Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrczhang authored Nov 10, 2024
1 parent d2851ba commit 5bc8465
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# localization
# I18nilize
The i18n and l10n package designed for microservices
## What is it?
I18nilize is a pip package designed to make localization/internationalization easy for microservices.
<br/>
Translations are stored by language.
To sync data across APIs, one microservice will be assigned as the writer, while the others are readers. This ensures a constant source of truth that doesn't change. A diffing algorithm is used to detect changes in language files.

For Node:

(will finish this later)

0 comments on commit 5bc8465

Please sign in to comment.