Version 1!
Missing EN translations and directions
This commit is contained in:
13
angular.json
13
angular.json
@@ -35,10 +35,7 @@
|
||||
],
|
||||
"scripts": [],
|
||||
"server": "src/main.server.ts",
|
||||
"prerender": true,
|
||||
"ssr": {
|
||||
"entry": "server.ts"
|
||||
}
|
||||
"baseHref": "replaced-base-href"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -103,10 +100,14 @@
|
||||
}
|
||||
},
|
||||
"i18n": {
|
||||
"sourceLocale": "nl-NL",
|
||||
"sourceLocale": {
|
||||
"code": "nl-NL",
|
||||
"baseHref": ""
|
||||
},
|
||||
"locales": {
|
||||
"en-US": {
|
||||
"translation": "messages-en.json"
|
||||
"translation": "messages-en.json",
|
||||
"baseHref": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user