1 repository
Mechanisms for integrating custom loaders and parsers into a localization framework.
Distinct from External Translation Integrations: Candidates focus on external API bridges or CMS integrations, not the internal extensibility of the i18n framework itself.
Explore 1 awesome GitHub repository matching web development · Internationalization Framework Extensions. Refine with filters or upvote what's useful.
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
Supports custom loader and parser integrations to control how translation files are fetched and processed.