core icon indicating copy to clipboard operation
core copied to clipboard

The internationalization (i18n) library for Angular

Results 184 core issues
Sort by recently updated
recently updated
newest added

Hello friends! The first thing to thank for your work which has helped me a lot to create multilanguage applications, currently I am passing the tests with Karma in Angular9...

Hi all, I'm trying to us the MissingTranslationHandler class to be able to log missing translation keys. This work correctly. After logging these, I'm trying to get the translation of...

I have url to get file json from backend like this > `/assets/${customerName}/${lang}.json` I tried to many way but i don't know how to pass customerName to url inside prefix...

Translations in a template / area of template are usually requesting translations from around the same hierarchy, such as: In case of the menu bar: ``` NAV.MAIN_MENU NAV.PROFILE NAV.MEMBERS NAV.LOGOUT...

First of all this PR does not contain breaking changes. The only issue could be, that the [@biesbjerg/ngx-translate-extract](https://github.com/biesbjerg/ngx-translate-extract) tool doesn't support extracting the keys from the namespace translate service, pipe,...

Has anyone an example how to preprocess translation files as described here https://github.com/ngx-translate/core#how-to-use-a-compiler-to-preprocess-translation-values? Is not quite clear to me how to do this.

I have stumbled upon this post: [https://stackoverflow.com/questions/53972206/custom-angular-library-with-ngx-translate] Based on the solution suggested there, a workaround for this, is to write translation text in TS format and import when translation changes....

added this method to allow users to get all values of current languages

## Current behavior Http failure with iPhone/IOS is being reported in our error logs. (using stacktrace) ERROR: Http failure response for /assets/i18n/en.json: 0 Unknown Error AGENT: Mozilla/5.0 (iPhone; CPU iPhone...