How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
:orange_book: simple approach for javascript localization
The main features of ttag-org/ttag are: Internationalization, Internationalization Tools.
Open-source alternatives to ttag-org/ttag include: fkirc/attranslate — A CLI to assist Coding Agents in doing translations. mbi/django-rosetta — Rosetta is a Django application that eases the translation process of your Django projects. airbnb/polyglot.js — Polyglot.js is a JavaScript internationalization library and client-side translation framework. It provides a system… deschler/django-modeltranslation — Translates Django models using a registration approach. i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… nodeca/babelfish — human friendly i18n for javascript (node.js + browser).
Translates Django models using a registration approach.
A CLI to assist Coding Agents in doing translations
Polyglot.js is a JavaScript internationalization library and client-side translation framework. It provides a system for mapping unique keys to localized strings, allowing applications to translate text into multiple languages. The library includes a pluralization and interpolation engine that handles complex grammatical plural forms based on numeric counts and inserts dynamic variables into translated strings. It supports nested namespaces to organize phrase mappings into logical categories. These utilities cover phrase translation, locale-driven configuration, and the management of multi-l
i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser