1 Repo
Transforming translation strings after loading to apply styling or format conversions.
Distinct from On-the-fly Text Translation: None of the candidates cover runtime string transformation for UI styling in a localization context.
Explore 1 awesome GitHub repository matching web development · Translation String Post-processing. 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
Processes translation strings upon loading to convert formats or add styling before rendering.