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 i use the "inject()" function for translateService, the this.translate.instant does not work correctly. Running the translate command does not detect translations when the translate script is...

Hello. Thank you for the amazing library! ## Current behavior Our project has dynamic translation files loading for lazy-loading modules. This fine-tuning is obtained by implementing custom AppMissingTranslationHandler, which requests...

While library module being imported to any angular 12 application module - "TranslateModule' does not appear to be an NgModule class." error appears. ## Current behavior ``` TranslateModule' does not...

## Current behavior You can set a default language as fallback in ngx-translate. But no second fallback ## Expected behavior Would it be possible to set a second language as...

Is there currently any issue with setTranslation or am I doing something wrong? My translation for `en` in the i18n directory looks like this: ``` { "home": { "title": "Title"...

## Current behavior The published packages no longer have the `repository` field populated in `package.json`, so tools like [renovate](github.com/renovate/renovate) are no longer to find the source repository to fetch the...

## Current behavior Currently ngx-translate does not support this feature and will call `toString` on the element ref causing it to render as `[object Object]` ## Expected behavior With the...

no more need to repeat `setDefaultLang` and `use` on every service in lazy loaded modules