From 36869885d755805f09523fad4ecd072353958528 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Tue, 10 May 2016 14:27:15 -0400 Subject: [PATCH] update tx config for new layouts --- .tx/config | 13 +++++++++---- 1 file 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/.txt -source_file = description/en.txt +file_filter = app/src/main/play//listing/fulldescription +source_file = app/src/main/play/en-US/listing/fulldescription +source_lang = en + +[antennapod.shortdescription] +file_filter = app/src/main/play//listing/shortdescription +source_file = app/src/main/play/en-US/listing/shortdescription source_lang = en [antennapod.changelog] -file_filter = changelog/.md -source_file = CHANGELOG.md +file_filter = app/src/main/play//whatsnew +source_file = app/src/main/play/en-US/whatsnew source_lang = en