From ecfd90e6d691b334e5ae94ec6fddfd2c6bdd3ac8 Mon Sep 17 00:00:00 2001 From: Unai Zalakain Date: Wed, 7 Aug 2013 14:21:39 +0200 Subject: [PATCH] use transifix-client's lang_map property to solve diff naming schemes problem --- .tx/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.tx/config b/.tx/config index 6e9988a474..a0d240db42 100644 --- a/.tx/config +++ b/.tx/config @@ -5,12 +5,10 @@ host = https://www.transifex.com file_filter = OsmAnd/res/values-/strings.xml source_file = OsmAnd/res/values/strings.xml source_lang = en -trans.zh-CN = OsmAnd/res/values-zh-rCN/strings.xml -trans.zh-TW = OsmAnd/res/values-zh-rTW/strings.xml +lang_map = zh-CN:zh-rCN, zh-TW:zh-rTW [osmand.bidforfixxml] file_filter = OsmAnd/res/values-/bidforfix.xml source_file = OsmAnd/res/values/bidforfix.xml source_lang = en -trans.zh-CN = OsmAnd/res/values-zh-rCN/bidforfix.xml -trans.zh-TW = OsmAnd/res/values-zh-rTW/bidforfix.xml +lang_map = zh-CN:zh-rCN, zh-TW:zh-rTW