diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-05-01 12:09:46 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-05-02 01:45:05 -0700 |
commit | 059b7d11e6383d0b2048ada5e37913975d2e63e9 (patch) | |
tree | f4f00977de2afc1c743dacd780d7d8527ae69924 /.tx | |
parent | 18c52ab5e406e2d22cd99d0bbb09d67d51ba0e65 (diff) | |
download | qtlocation-mapboxgl-059b7d11e6383d0b2048ada5e37913975d2e63e9.tar.gz |
[android, ios, macos] Rearranged keys in tx config
The tx tool made these changes automatically when pulling.
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.tx/config b/.tx/config index 4c185ae1eb..b769d02b85 100644 --- a/.tx/config +++ b/.tx/config @@ -1,31 +1,31 @@ [main] host = https://www.transifex.com -type = STRINGS 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 -file_filter = platform/darwin/resources/<lang>.lproj/Foundation.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 -file_filter = platform/ios/resources/<lang>.lproj/Localizable.strings [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 -file_filter = platform/macos/sdk/<lang>.lproj/Localizable.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 -file_filter = platform/ios/framework/Settings.bundle/<lang>.lproj/Root.strings [mapbox-gl-native.stringsxml-android] file_filter = platform/android/MapboxGLAndroidSDK/src/main/res/values-<lang>/strings.xml |