From 059b7d11e6383d0b2048ada5e37913975d2e63e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Mon, 1 May 2017 12:09:46 -0700 Subject: [android, ios, macos] Rearranged keys in tx config The tx tool made these changes automatically when pulling. --- .tx/config | 10 +++++----- 1 file 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/.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/.lproj/Foundation.strings [mapbox-gl-native.localizablestrings-ios] +file_filter = platform/ios/resources/.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/.lproj/Localizable.strings [mapbox-gl-native.localizablestrings-macos] +file_filter = platform/macos/sdk/.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/.lproj/Localizable.strings [mapbox-gl-native.rootstrings-ios] +file_filter = platform/ios/framework/Settings.bundle/.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/.lproj/Root.strings [mapbox-gl-native.stringsxml-android] file_filter = platform/android/MapboxGLAndroidSDK/src/main/res/values-/strings.xml -- cgit v1.2.1