Skip to content

Commit

Permalink
add Transifex configuration to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
abika committed Apr 2, 2015
1 parent 87d9666 commit 9201e6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ nbproject/private/
kontalk.db
kontalk.properties
*.pgp
# Transifex
.tx/

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
10 changes: 10 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -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_<lang>.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

0 comments on commit 9201e6e

Please sign in to comment.