2 Repos
Asynchronous fetching of translation files from remote servers with support for retries.
Distinct from Resource Loading: Specializes general resource loading to the specific context of remote translation assets.
Explore 2 awesome GitHub repositories matching part of an awesome list · Remote Translation. Refine with filters or upvote what's useful.
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
Loads translation resources from external servers using asynchronous requests and caching.
This is an internationalization framework for Angular applications. It provides a system for managing multilingual text by mapping keys to translated strings, utilizing a JSON translation manager to load and merge localized assets via HTTP or local sources. The library includes a runtime language switcher to update the user interface instantly without reloading the page and a key extractor to identify translatable strings within source code. The project features an ICU message formatter to handle complex linguistic requirements such as pluralization and gender. It distinguishes itself through
Fetches translation files from external servers or APIs to update app content without deploying new code.