You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/l10n.config.json

41 lines
710 B

{
"extractedMessagesFilePattern": "translations/extractedMessages/**/*.json",
"localesOutputDir": "public/l10n/",
"outputDir": "translations/",
"project": {
"identifier": "trezor-wallet-test",
"apiKeyEnv": "CROWDIN_API_KEY"
},
"languages": [
"af",
"ar",
"bn",
"zh-CN",
"zh-TW",
"cs",
"nl",
"en",
"et",
"fr",
"de",
"el",
"he",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"no",
"fa",
"pl",
"pt-PT",
"ru",
"es-ES",
"sv-SE",
"tr",
"uk",
"vi"
]
}