diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-06-25 19:26:54 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-06-25 19:26:54 +0200 |
commit | ddf77913bc7b0c4549ab1ea4b4aa462bf80ac406 (patch) | |
tree | 12ab392df2803ec3d0a5526ac132f7926252f2aa /.tx/config | |
parent | f692b25b85f5778eb7eba118d05896edc6ef26c7 (diff) | |
download | AntennaPod-ddf77913bc7b0c4549ab1ea4b4aa462bf80ac406.zip |
Added transifex configuration for changelog and description
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index 63bcb4a66..3a05b8725 100644 --- a/.tx/config +++ b/.tx/config @@ -22,3 +22,13 @@ trans.ru_RU = res/values-ru/strings.xml trans.uk_UA = res/values-uk-rUA/strings.xml trans.zh_CN = res/values-zh-rCN/strings.xml +[antennapod.description] +file_filter = description/<lang>.txt +source_file = description/en.txt +source_lang = en + +[antennapod.changelog] +file_filter = changelog/<lang>.md +source_file = CHANGELOG.md +source_lang = en + |