angular-i18n Questions

3

Is there a way to translate custom attributes values in child-components using Angular i18n AOT? I know we can translate HTML element attributes as below. <input i18n-placeholder="search crit...
Stepdaughter asked 20/9, 2017 at 6:23

1

I have not been able to tell if XMB/XTB and XLF/XLIFF are just different flavors with the same capabilities, or if there are good reasons to use one vs the other when doing translations using Angul...
Theresatherese asked 19/4, 2018 at 20:39

3

Solved

I'm building an application using the latest Angular5 and what I need is for a user to be able to switch languages. I've never had to implement this in an Angular2+ (actually I'm using Angular5). ...

4

I have installed the Angular Translator plugin but it doesn't seems to work. I've tried using the default shortcut: "ctrl + alt + T"; I've tried changing the shortcut to "alt + t"; I've tried usi...
Enterogastrone asked 23/9, 2019 at 10:4

1

Solved

Is it possible to use i18n on strings that require conditional operation <h2 i18n>{{ updateMode ? 'Edit' : 'Add'}}</h2>
Lomond asked 1/5, 2018 at 23:28

1

For Java Property Files we have the nice Resource-Bundle Editor support in Intellij. My question: Is there a plugin or settings to have the same side-by-side editing for JSON property files that a...
Cirillo asked 12/1, 2017 at 10:19

3

Solved

I have 2 files en.json and xx.json with translations in Angular application. Common idea is to create translation in both files for multilanguage application, but sometimes some programmers a...
Zoography asked 5/2, 2019 at 12:6

4

Solved

I am working on a large project using angular 6. This project needs significant i18n integration. I am trying to make the right decision as to how to proceed. The way I see it is that I can choose ...
Humfried asked 28/6, 2018 at 15:57

1

I am in the project folder and execute the following statement in the console: ng serve --configuration=de The execution is broken with an error: ERROR in xliff parse errors: Message ... misse...
Smithers asked 5/12, 2018 at 10:33

2

Solved

I've read the entire doc here : https://angular.io/guide/i18n I can't make heads or tails of how I'm supposed to handle a html tag of this nature : <div i18n="@@myId" class="title-text">{{c...
Ylla asked 13/6, 2018 at 14:24

1

Solved

I would like to translate a source text containing <a> tag with url param, the string text example: STRING_TEXT = 'some text <a href={{url}}>some link name</a>' I know there i...

2

In Angular 6, now that I think I comprehend how to make the i18n files and utilize them (e.g. https://angular.io/guide/i18n), I am wondering about maintenance of said files. If I go in and change t...
Strophe asked 14/6, 2018 at 17:17

1

Solved

I am trying to change locale dynamically to change i18n language. I have two files, the one with english values and the other one with french values. What I've tried for now is something like that...
Positron asked 6/8, 2018 at 9:46

2

Solved

I have an multilanguale app which is compiled with --aot in each language, for instance for German: ng build --aot --env=prod --prod --build-optimizer --i18nFile=src/locale/DARI_messages_de_DE.xlf...

1

Solved

I am using ngx-translate lib to support I18N in my angular app. Can anyone help me to mark the below html snippet for translation? <span *ngIf="Days < 0 && !shortSentence"> Follo...
Degradation asked 25/4, 2018 at 16:38

1

Solved

I was trying to use the i18n SELECT syntax to translate a placeholder for an input field: <input placeholder="{userRole, admin{you are an admin} other {you are a user}}" i18n-placeholder="MYAPP...
Enceinte asked 1/2, 2018 at 15:39

© 2022 - 2024 — McMap. All rights reserved.