use transifix-client's lang_map property to solve diff naming schemes

problem
This commit is contained in:
Unai Zalakain 2013-08-07 14:21:39 +02:00
parent 8025aeeac7
commit ecfd90e6d6

View file

@ -5,12 +5,10 @@ host = https://www.transifex.com
file_filter = OsmAnd/res/values-<lang>/strings.xml file_filter = OsmAnd/res/values-<lang>/strings.xml
source_file = OsmAnd/res/values/strings.xml source_file = OsmAnd/res/values/strings.xml
source_lang = en source_lang = en
trans.zh-CN = OsmAnd/res/values-zh-rCN/strings.xml lang_map = zh-CN:zh-rCN, zh-TW:zh-rTW
trans.zh-TW = OsmAnd/res/values-zh-rTW/strings.xml
[osmand.bidforfixxml] [osmand.bidforfixxml]
file_filter = OsmAnd/res/values-<lang>/bidforfix.xml file_filter = OsmAnd/res/values-<lang>/bidforfix.xml
source_file = OsmAnd/res/values/bidforfix.xml source_file = OsmAnd/res/values/bidforfix.xml
source_lang = en source_lang = en
trans.zh-CN = OsmAnd/res/values-zh-rCN/bidforfix.xml lang_map = zh-CN:zh-rCN, zh-TW:zh-rTW
trans.zh-TW = OsmAnd/res/values-zh-rTW/bidforfix.xml