From 8025aeeac7bcd6c925236fb8d78ea89cbfc7d703 Mon Sep 17 00:00:00 2001 From: Unai Zalakain Date: Tue, 6 Aug 2013 19:53:25 +0200 Subject: [PATCH] transifex client config ready for transifex translations --- .tx/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..6e9988a474 --- /dev/null +++ b/.tx/config @@ -0,0 +1,16 @@ +[main] +host = https://www.transifex.com + +[osmand.stringsxml] +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 + +[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