diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-05-03 12:37:23 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-05-08 15:17:32 -0700 |
commit | e21083e34ce95c2c917e45f476ed8eb46b3239d6 (patch) | |
tree | 16c5a686767ce64f07af3d31cb3e86f7f60ea3b2 /.tx | |
parent | 5cc641ecad4944921d2e82458ef0522d39430a3d (diff) | |
download | qtlocation-mapboxgl-e21083e34ce95c2c917e45f476ed8eb46b3239d6.tar.gz |
[ios] Configured stringsdict from Transifex
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config index b769d02b85..b464acb01a 100644 --- a/.tx/config +++ b/.tx/config @@ -1,31 +1,41 @@ [main] host = https://www.transifex.com minimum_perc = 80 -type = STRINGS [mapbox-gl-native.foundationstrings-darwin] file_filter = platform/darwin/resources/<lang>.lproj/Foundation.strings 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 = STRINGS [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 source_file = platform/ios/resources/Base.lproj/Localizable.strings source_lang = en +type = STRINGS + +[mapbox-gl-native.localizablestringsdict-ios] +file_filter = platform/ios/resources/<lang>.lproj/Localizable.stringsdict +lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant +source_file = platform/ios/resources/en.lproj/Localizable.stringsdict +source_lang = en +type = STRINGSDICT [mapbox-gl-native.localizablestrings-macos] file_filter = platform/macos/sdk/<lang>.lproj/Localizable.strings lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant source_file = platform/macos/sdk/Base.lproj/Localizable.strings source_lang = en +type = STRINGS [mapbox-gl-native.rootstrings-ios] file_filter = platform/ios/framework/Settings.bundle/<lang>.lproj/Root.strings lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant source_file = platform/ios/framework/Settings.bundle/Base.lproj/Root.strings source_lang = en +type = STRINGS [mapbox-gl-native.stringsxml-android] file_filter = platform/android/MapboxGLAndroidSDK/src/main/res/values-<lang>/strings.xml |