update tx config for new layouts
This commit is contained in:
parent
c9379c652e
commit
36869885d7
13
.tx/config
13
.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
|
trans.vi_VN = core/src/main/res/values-vi-rVN/strings.xml
|
||||||
|
|
||||||
[antennapod.description]
|
[antennapod.description]
|
||||||
file_filter = description/<lang>.txt
|
file_filter = app/src/main/play/<lang>/listing/fulldescription
|
||||||
source_file = description/en.txt
|
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
|
source_lang = en
|
||||||
|
|
||||||
[antennapod.changelog]
|
[antennapod.changelog]
|
||||||
file_filter = changelog/<lang>.md
|
file_filter = app/src/main/play/<lang>/whatsnew
|
||||||
source_file = CHANGELOG.md
|
source_file = app/src/main/play/en-US/whatsnew
|
||||||
source_lang = en
|
source_lang = en
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue