diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-02-01 00:17:18 -0500 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-02-03 01:49:43 -0500 |
commit | 4867db5168a11d641c27d95b2d8c242d04ece114 (patch) | |
tree | 78717f709cd3a0a39ed8d8257f81dc596501f9a8 /.tx | |
parent | f76a49b24c34c486a8b62ce7302d1e78ba658370 (diff) | |
download | qtlocation-mapboxgl-4867db5168a11d641c27d95b2d8c242d04ece114.tar.gz |
[ios, macos] Automated pulling translations from Transifex
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..349e8da630 --- /dev/null +++ b/.tx/config @@ -0,0 +1,25 @@ +[main] +host = https://www.transifex.com +lang_map = zh_CN: zh-Hans, zh_TW: zh-Hant +type = STRINGS +minimum_perc = 80 + +[mapbox-gl-native.foundationstrings-darwin] +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] +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] +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] +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 |