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 In my application I am using dynamic components which are loaded lazily. For every component also exists one module. Furthermore I want to store the translations for...

Is it possible to extend the TranslatePipe? E.g: showing the translation key next to the translation ``` @Pipe({ name: 'translate' }) export class CustomTranslatePipe extends TranslatePipe { transform(value: any, ...args:...

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

Type: feature request

**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...

Type: bug
Priority: medium
Status: TODO

- Type the return of the methods - use lowerCamelCase in the name of the methods

Hi!, I'm trying to use the HttpLoader in an angular 8 project, I've followed all the steps in the guide and in this [tutorial](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular8-app-with-ngx-translate) and i get allways the same...

This PR fixes the issue mentioned in #216 . When we pass a key with nested properties, for example, `profilePage.header.name`, it will set the key as is instead of creating...

Add useful information on how to use extend.

![image](https://user-images.githubusercontent.com/3962602/176151566-d5361f6a-f2b9-4c0c-9d8f-e3d671e5c159.png) Ive got a button to change lang on my page. It works, but not on input type date. The html to is: Even if I set it like this:...

Is Angular 14 supported by this package?