Merge pull request #517 from GISAElkartea/master

use transifix-client's lang_map property to solve diff naming schemes
This commit is contained in:
vshcherb 2013-08-07 06:36:47 -07:00
commit dc8a54bc94

View file

@ -5,12 +5,10 @@ host = https://www.transifex.com
file_filter = OsmAnd/res/values-<lang>/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-<lang>/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