core icon indicating copy to clipboard operation
core copied to clipboard

The internationalization (i18n) library for Angular

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

I have the following method in typescript file which generates a dynamic list of buttons with different text content. I am using ngx-translate library for managing the translation functionality for...

## Current behavior ngx-translate is not working in Angular 9 ## Expected behavior it has to work ## How do you think that we should fix this? ## Minimal reproduction...

Is there way to translate the dynamic data coming from the REST API? I saw some examples that the backend handles it sending additional headers to the request, but I...

Hi. I am not sure if this issue was risen. At least, I googled it and found no solution. My app causes Circular dependency when I inject translateService into http...

## Current behavior Can't send array of keys with same params and supply different values specific to a key eg:- "maxOfCharacter": "Max of {{length}} Characters", "charactersLeft": "{{length}} Characters Left", ##...

Hi Developers, I am currently using Nebular library and using the chartjs for making charts. I am able to use ngx-translation successfully translation in my project which change when the...

I am working in angular-11 application and facing an issue. In my app there are two panels, left and right. I want to translate left panel in Spanish and right...

Hi, I'm using ngx-translate/core 10.0.2 version in my project. In the documentation, it is explained that "extend" property can use to merge translation from root component with child component. I...

Will there be support for newer versions of Angular (e.g. 11, 12, etc.) or does the project stop at 10? If it stops at 10, is it safe to assume...

Hello. I'm facing an issue with loading translations. The thing is only `main` is loading, but everything else is not. What I'm doing wrong? `translate.loader.ts` ``` ts import { TranslateLoader...