Angular 6 using i18n Set default value











up vote
0
down vote

favorite












This is my steps




  1. change the template and add the i18n pipe





 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>







  1. run the angular cli



    ng xi18n --output-path locale



  2. change the angular.json






"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",





Bun when I run the ng server (using the default production without parameters) I See the html text and not the .xlf file text



enter image description here










share|improve this question
























  • Don't share code as images.
    – muradm
    Nov 11 at 5:31















up vote
0
down vote

favorite












This is my steps




  1. change the template and add the i18n pipe





 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>







  1. run the angular cli



    ng xi18n --output-path locale



  2. change the angular.json






"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",





Bun when I run the ng server (using the default production without parameters) I See the html text and not the .xlf file text



enter image description here










share|improve this question
























  • Don't share code as images.
    – muradm
    Nov 11 at 5:31













up vote
0
down vote

favorite









up vote
0
down vote

favorite











This is my steps




  1. change the template and add the i18n pipe





 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>







  1. run the angular cli



    ng xi18n --output-path locale



  2. change the angular.json






"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",





Bun when I run the ng server (using the default production without parameters) I See the html text and not the .xlf file text



enter image description here










share|improve this question















This is my steps




  1. change the template and add the i18n pipe





 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>







  1. run the angular cli



    ng xi18n --output-path locale



  2. change the angular.json






"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",





Bun when I run the ng server (using the default production without parameters) I See the html text and not the .xlf file text



enter image description here






 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>





 <h2 class="semi-bold text-white" i18n="@@loginSloganLeft">
Let Your Brochures Go Digital
</h2>





"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",





"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"i18nFile": "src/locale/messages.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",






angular angular6 angular-i18n






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 11 at 5:36

























asked Nov 11 at 5:23









24sharon

4872935




4872935












  • Don't share code as images.
    – muradm
    Nov 11 at 5:31


















  • Don't share code as images.
    – muradm
    Nov 11 at 5:31
















Don't share code as images.
– muradm
Nov 11 at 5:31




Don't share code as images.
– muradm
Nov 11 at 5:31

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246071%2fangular-6-using-i18n-set-default-value%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246071%2fangular-6-using-i18n-set-default-value%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Full-time equivalent

Bicuculline

さくらももこ