Added transifex configuration for changelog and description
This commit is contained in:
parent
f692b25b85
commit
ddf77913bc
|
@ -27,6 +27,10 @@ build.xml
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
gen-external-apklibs
|
gen-external-apklibs
|
||||||
|
#transifex downloads
|
||||||
|
changelog
|
||||||
|
description
|
||||||
|
|
||||||
# other
|
# other
|
||||||
*.odg#
|
*.odg#
|
||||||
proguard
|
proguard
|
||||||
|
|
10
.tx/config
10
.tx/config
|
@ -22,3 +22,13 @@ trans.ru_RU = res/values-ru/strings.xml
|
||||||
trans.uk_UA = res/values-uk-rUA/strings.xml
|
trans.uk_UA = res/values-uk-rUA/strings.xml
|
||||||
trans.zh_CN = res/values-zh-rCN/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue