From 5bc8465299f15ce1ffd174453ab4362f005451ae Mon Sep 17 00:00:00 2001 From: _Kevin_Zhang_ <49049813+kevinrczhang@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:48:56 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b7260d..5291fa6 100644 --- a/README.md +++ b/README.md @@ -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. +
+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)