From 82afe9ffde45f6da946c1d3131c8d5b7c88c0a31 Mon Sep 17 00:00:00 2001 From: cryptodev100 <92028282+cryptodev100@users.noreply.github.com> Date: Sun, 8 May 2022 18:22:16 +0200 Subject: [PATCH] add attranslate to I18n And L10n (#811) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33cb775..6d28544 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library. * [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support. * [ttag](https://github.com/ttag-org/ttag) - Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. +* [attranslate](https://github.com/fkirc/attranslate) - A JavaScript-tool for synchronizing translation-files, including JSON/YAML/XML and other formats. ## Control Flow