diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-05-10 14:27:15 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-05-10 14:27:15 -0400 |
commit | 36869885d755805f09523fad4ecd072353958528 (patch) | |
tree | de1625706b3af6e701002ab0b8e4373e833204c9 /.tx/config | |
parent | c9379c652eeab5b337b94b307214f053475eef5d (diff) | |
download | AntennaPod-36869885d755805f09523fad4ecd072353958528.zip |
update tx config for new layouts
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.tx/config b/.tx/config index ae7150ecb..73953dfe6 100644 --- a/.tx/config +++ b/.tx/config @@ -46,12 +46,17 @@ trans.vi = core/src/main/res/values-vi/strings.xml trans.vi_VN = core/src/main/res/values-vi-rVN/strings.xml [antennapod.description] -file_filter = description/<lang>.txt -source_file = description/en.txt +file_filter = app/src/main/play/<lang>/listing/fulldescription +source_file = app/src/main/play/en-US/listing/fulldescription +source_lang = en + +[antennapod.shortdescription] +file_filter = app/src/main/play/<lang>/listing/shortdescription +source_file = app/src/main/play/en-US/listing/shortdescription source_lang = en [antennapod.changelog] -file_filter = changelog/<lang>.md -source_file = CHANGELOG.md +file_filter = app/src/main/play/<lang>/whatsnew +source_file = app/src/main/play/en-US/whatsnew source_lang = en |