scratchjr/.tx/config
chrisgarrity 9336953985 Add languages
Added:
- German
- Japanese
- Portuguese
- Swedish
- Chinese (China)

Needed to modify Localization utilities to handle China locale in additional to language.
2017-09-16 14:33:28 -04:00

16 lines
486 B
Text

[main]
host = https://www.transifex.com
lang_map = zh_CN:zh-cn, zh_TW:zh-tw, pt_BR:pt-br
type = KEYVALUEJSON
[scratchjr.enjson]
file_filter = editions/free/src/localizations/<lang>.json
source_file = editions/free/src/localizations/en.json
source_lang = en
type = KEYVALUEJSON
[scratchjr.storelisting_enjson]
file_filter = editions/free/src/localizations/storelisting_<lang>.json
source_file = editions/free/src/localizations/storelisting_en.json
source_lang = en
type = KEYVALUEJSON