From 9201e6ea75639e7f14714d611365da1db037beea Mon Sep 17 00:00:00 2001 From: Alexander Bikadorov Date: Thu, 2 Apr 2015 21:05:27 +0200 Subject: [PATCH] add Transifex configuration to repo --- .gitignore | 2 -- .tx/config | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .tx/config diff --git a/.gitignore b/.gitignore index 310278be..baa0234d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,6 @@ nbproject/private/ kontalk.db kontalk.properties *.pgp -# Transifex -.tx/ # Mobile Tools for Java (J2ME) .mtj.tmp/ diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..33b0a05f --- /dev/null +++ b/.tx/config @@ -0,0 +1,10 @@ +[main] +host = https://www.transifex.com +lang_map = nl_NL:nl,ru_RU:ru + +[kontalk-desktop-client.stringsproperties] +file_filter = src/org/kontalk/res/i18n/strings_.properties +source_file = src/org/kontalk/res/i18n/strings.properties +source_lang = en +trans.de = src/org/kontalk/res/i18n/strings_de.properties +type = UNICODEPROPERTIES