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

## Current behavior When changing the language through setDefaultLang(param);, the lang attribute of the html root ellement in the dom does not change, it's a major issue for screen readers...

I am trying to test a component in Angular but when I try to test it I get the following `TypeError: this.currentLoader.getTranslation is not a function` error. Here is my...

## Current behavior I get the error while setting Translation module for Angular 15. ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(AppModule)[TranslateService -> TranslateLoader -> TranslateLoader -> TranslateLoader]: NullInjectorError: No provider...

Fix some readme formatting and add code snippet to preload modules

Hello, here is the problem that I'm currently having. My browser is set in english, my app however has its language set in french. The page renders some of the...

Hi, We have been using Translation service in our Angular-v11 app. After recent upgrade to Angular 14, we are observing weird issue of InnerText was getting repeated/duplicated in html for...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@ngx-translate/[email protected]` for the project I'm working on. When there are parsing errors of...

Hi Team, Please the changes in the readme file in more concise way. Thank you for maintaining this library

## Current behavior I have outlined this here [in this post](https://stackoverflow.com/questions/76784685/ngx-translate-not-loading-for-some-lazy-modules), but not expecting much feed back from there. In summary, as in the post, when loading my second lazy...

[x] bug report => check the FAQ and search github for a similar issue or PR before submitting [ ] support request => check the FAQ and search github for...