Version 1!

Missing EN translations and directions
This commit is contained in:
Marc Fokkert
2024-05-29 22:10:01 +02:00
parent 4357d4f5c7
commit f450d62edc
8 changed files with 66 additions and 22 deletions

View File

@@ -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": ""
}
}
}