From 4867db5168a11d641c27d95b2d8c242d04ece114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 1 Feb 2017 00:17:18 -0500 Subject: [ios, macos] Automated pulling translations from Transifex --- .tx/config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .tx/config (limited to '.tx') 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/.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/.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/.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/.lproj/Root.strings -- cgit v1.2.1