Translations at scale.
The NGX Translate Toolkit is an angular library designed to extend @ngx-translate/core and streamline the process of managing translations in large Angular projects.
It provides a set of tools and utilities to help developers easily integrate and maintain translations, making it simpler to create multilingual applications on projects where multiple Angular applications and libraries share common translation files.
Explore the full documentation on GitHub Pages.
- Type-safe translation keys: Define and use translation keys with TypeScript type safety
- Hierarchical organization: Organize translations by project, type (components, services, etc.), and block
- Multi-loader support: Load translation files from multiple sources
- JSON Schema validation: Validate your translation files with the included JSON schema for IDE autocompletion and error detection
This project was generated using Angular CLI version 20.0.1.