use transifix-client's lang_map property to solve diff naming schemes
problem
This commit is contained in:
parent
8025aeeac7
commit
ecfd90e6d6
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue