summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.tx/config10
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5f1a48f4e..415d566c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,10 @@ build.xml
.idea
*.iml
gen-external-apklibs
+#transifex downloads
+changelog
+description
+
# other
*.odg#
proguard
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
+