Feature/setup chinese (#3220)

* Set up chinese

* Update changelog
This commit is contained in:
Thomas Kaul
2024-03-31 10:46:30 +02:00
committed by GitHub
parent a2277dea2c
commit 51203ec96e
10 changed files with 59 additions and 10 deletions

View File

@ -72,6 +72,10 @@
"baseHref": "/tr/",
"localize": ["tr"]
},
"development-zh": {
"baseHref": "/zh/",
"localize": ["zh"]
},
"production": {
"fileReplacements": [
{
@ -190,6 +194,9 @@
"development-tr": {
"buildTarget": "client:build:development-tr"
},
"development-zh": {
"buildTarget": "client:build:development-zh"
},
"production": {
"buildTarget": "client:build:production"
}
@ -209,7 +216,8 @@
"messages.nl.xlf",
"messages.pl.xlf",
"messages.pt.xlf",
"messages.tr.xlf"
"messages.tr.xlf",
"messages.zh.xlf"
]
}
},
@ -260,6 +268,10 @@
"tr": {
"baseHref": "/tr/",
"translation": "apps/client/src/locales/messages.tr.xlf"
},
"zh": {
"baseHref": "/zh/",
"translation": "apps/client/src/locales/messages.zh.xlf"
}
},
"sourceLocale": "en"