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'm submitting a ...** (check one with "x") ``` [x ] bug report => check the FAQ and search github for a similar issue or PR before submitting [ ]...

Fix unused imports I have just removed the one that were not used issue : https://github.com/ngx-translate/core/issues/1463

![Снимок экрана 2024-01-18 143303](https://github.com/ngx-translate/core/assets/113126798/f72b38b2-cb0d-4da4-9264-9015478b05c5) ![Снимок экрана 2024-01-18 143221](https://github.com/ngx-translate/core/assets/113126798/79ae2718-cf86-476d-b272-1becd7c44da8) ![Снимок экрана 2024-01-18 143153](https://github.com/ngx-translate/core/assets/113126798/a89a957f-14d0-4949-a78a-030452bcb9fc) Dont you mind handle case, when dev tries to call method in row html from json-file passing there...

**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] support request [ ] feature request ``` **Question** How do I hide translation labels until language...

## Current behavior There is latency happened when user open our website which Translation Key appears, but in localhost it woks great without latency so I do not know is...

Here is my app initializer and App Factory export function HttpLoaderFactory(http: HttpClient) { return new TranslateHttpLoader(http, environment.apiUrl + 'localizations/json/', '.json'); } export function appInitializerFactory(translate: TranslateService, injector: Injector, http: HttpClient, authService:...

## Current behavior ![Screenshot 2023-12-27 at 16 08 50](https://github.com/ngx-translate/core/assets/14986750/e13a26e3-812a-4430-a033-b6672e1e59c0) Hi amazing devs, please help, I get NullINjectionError I dont understand, since I provide this at root lvl of the application...

Hi, I can't find a way to declare the TranslateModule in a standalone component. It's works in the app.config with importProvidersFrom, but I have to use it also in a...

## Current behavior While building the app with `ng run :server:local` there is 2 errors ```sh ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts 1:27-39 [tsl] ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts(1,28) TS6133: 'EventEmitter' is declared but its...

Make the TranslatePipe and TranslateDirective standalone so only those can be imported in a standalone component instead of the whole module.