Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created May 16, 2019 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/c4ef552d9f18d9770bc5ac37c7251aa4 to your computer and use it in GitHub Desktop.
Save bodrovis/c4ef552d9f18d9770bc5ac37c7251aa4 to your computer and use it in GitHub Desktop.
{
"projects": {
"NGDemo8": {
"architect": {
"build": {
"configurations": {
"ru": {
"aot": true,
"outputPath": "dist/ru/",
"i18nFile": "src/locale/messages.ru.xlf",
"i18nFormat": "xlf",
"i18nLocale": "ru",
"i18nMissingTranslation": "error",
"baseHref": "/ru/"
},
"en": {
"aot": true,
"outputPath": "dist/en/",
"i18nFile": "src/locale/messages.en.xlf",
"i18nFormat": "xlf",
"i18nLocale": "en",
"i18nMissingTranslation": "error",
"baseHref": "/en/"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment