diff options
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index b464acb01a..e3224ff4ce 100644 --- a/.tx/config +++ b/.tx/config @@ -9,6 +9,13 @@ source_file = platform/darwin/resources/Base.lproj/Foundation.strings source_lang = en type = STRINGS +[mapbox-gl-native.foundationstringsdict-darwin] +file_filter = platform/darwin/resources/<lang>.lproj/Foundation.stringsdict +lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant +source_file = platform/darwin/resources/Base.lproj/Foundation.strings +source_lang = en +type = STRINGSDICT + [mapbox-gl-native.localizablestrings-ios] file_filter = platform/ios/resources/<lang>.lproj/Localizable.strings lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant |