When localizing angular application and adding properties in angular.json file it gives the following warnings.
Under project: Property i18n is not allowed.
"i18n": {
"sourceLocale": "en-US",
"locales": {
"ru": "src/i18n/messages.ru.xlf"
}
}
Under project/architect/build/configurations: Property localize is not allowed.
"ru": {
"localize": ["ru"]
}
Meanwhile, ng serve provides this error.
Data path ".projects['xxx']" should NOT have additional properties(i18n).