mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
53060c2030
* chore: add Arabic translation * chore: add arabic to phrases-experience * chore: use `ar-AR` as language code * chore: sync keys * chore: add changeset and update elements --------- Co-authored-by: Gao Sun <gao@silverhand.io>
31 lines
584 B
JSON
31 lines
584 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
|
"sourceLocale": "en",
|
|
"targetLocales": [
|
|
"ar-AR",
|
|
"de",
|
|
"es",
|
|
"fr",
|
|
"it",
|
|
"ja",
|
|
"ko",
|
|
"pl-PL",
|
|
"pt-BR",
|
|
"pt-PT",
|
|
"ru",
|
|
"tr-TR",
|
|
"zh-CN",
|
|
"zh-HK",
|
|
"zh-TW"
|
|
],
|
|
"tsConfig": "./tsconfig.json",
|
|
"output": {
|
|
"mode": "runtime",
|
|
"outputDir": "./src/generated/locales",
|
|
"localeCodesModule": "./src/generated/locale-codes.ts"
|
|
},
|
|
"interchange": {
|
|
"format": "xliff",
|
|
"xliffDir": "./xliff/"
|
|
}
|
|
}
|