Skip to content

Commit e25bf6d

Browse files
authored
Update README.md
1 parent c83488e commit e25bf6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# DbLocalizer
22

33
# 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.
57

68
# Getting Started
79
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

0 commit comments

Comments
 (0)