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:
parent
aa09704146
commit
597842ae64
40
l10n.config.json
Normal file
40
l10n.config.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user