1 repository
Fetching localization data from external JSON files via HTTP requests.
Distinct from JSON Fetching Libraries: Existing candidates focus on AI datasets or general JSON libraries rather than i18n resource loading.
Explore 1 awesome GitHub repository matching web development · JSON Translation Loading. 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
Fetches translation data from external JSON files via HTTP to decouple content from application logic.