core icon indicating copy to clipboard operation
core copied to clipboard

The internationalization (i18n) library for Angular

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

## Current behavior When i tries to run SSR i got an error for using translate pipe , i also used this : https://github.com/angular/universal/tree/master/modules/common ## Environment ngx-translate version: 12.1.2 Angular...

Hello. I have an automated process of translating english labels to multiple other languages. Sometimes people who translate it make mistakes, for example: ``` download-files: Pobierz {FILES_COUNT, liczba mnoga, =0{0...

## Current behavior Angular universal to ssr mode When I call translate.use('xx') , while xx.json is not in my file system, or the uppercase file name XX.json is exsiting ....

**I'm submitting a ...** (check one with "x") ``` [x] bug report => check the FAQ and search github for a similar issue or PR before submitting [ ] support...

Status: Review

When I use the setTranslation method in my project, I get the following error: ERROR Error: Uncaught (in promise): TypeError: can't define array index property past the end of an...

## Current behavior I use ngx-translate in an Ionic 4 app. When I deploy the app to a device on the first start the translations are not loaded. If I...

Hello everyone, I'd like to discuss about the future of this library and get your opinion on my plans. ### (Long) history _You can skip that part if you don't...

I was getting "Error: No provider for t" during AoT compilation and found out that was happening because I had ``` constructor( translate: TranslateService ) { ``` in my component,...

## Current behavior I'm using the sample provided in the `README` ```ts import {Component} from '@angular/core'; import {TranslateService} from '@ngx-translate/core'; @Component({ selector: 'app', template: ` {{ 'HELLO' | translate:param }}...