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

@@ -7,7 +7,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:marc-en-tineke-2024": "node dist/marc-en-tineke-2024/server/server.mjs"
"serve:ssr:marc-en-tineke-2024": "node dist/marc-en-tineke-2024/server/server.mjs",
"i18n": "ng extract-i18n --format=json --out-file=messages-nl.json"
},
"private": true,
"dependencies": {
@@ -30,6 +31,7 @@
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.0",
"@angular/localize": "^17.3.9",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
@@ -41,4 +43,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2"
}
}
}