You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# DbLocalizer
2
2
3
3
# Introduction
4
-
This project is for developers and organizations looking for a simple way to export localizable data from, and import localized data to a SQL Server database, via a Translation Management System (TMS). The first release shipps with an implementation of the Smartling plugin, which will act as a starting point for you oww implementation. Over time I hope to be able to add more plugins for different TMS applications.
4
+
This project is for developers and organizations looking for a simple way to export localizable data from, and import localized data to a SQL Server database, via a Translation Management System (TMS). The first release ships with an implementation of the Smartling plugin, which will act as a starting point for your own implementation. Over time I hope to be able to add more plugins for different TMS applications.
5
+
6
+
This is a .NET Core Web API application, with the option to add a UI of your choice, either through MVC or a static UI in the wwwroot. The advantage of making the app a service is that it can then be integrated into business processes, allowing user interaction and extensibility. It will also support automation through scheduled jobs.
5
7
6
8
# Getting Started
7
9
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
0 commit comments