1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-22 05:51:18 +00:00

add configuration for trezor-translations-manager

This commit is contained in:
slowbackspace 2019-02-12 18:38:00 +01:00
parent aa09704146
commit 597842ae64

40
l10n.config.json Normal file
View File

@ -0,0 +1,40 @@
{
"extractedMessagesFilePattern": "translations/extractedMessages/**/*.json",
"localesOutputDir": "translations/locales/",
"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"
]
}