Add localization

Add pages
This commit is contained in:
Marc Fokkert
2024-05-29 21:07:46 +02:00
parent 416e6c96de
commit 4357d4f5c7
24 changed files with 423 additions and 93 deletions

View File

@@ -17,6 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"localize": true,
"outputPath": "dist/marc-en-tineke-2024",
"index": "src/index.html",
"browser": "src/main.ts",
@@ -100,6 +101,14 @@
"scripts": []
}
}
},
"i18n": {
"sourceLocale": "nl-NL",
"locales": {
"en-US": {
"translation": "messages-en.json"
}
}
}
}
}