We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e88ae62 + 5e07182 commit 6dbb2a8Copy full SHA for 6dbb2a8
2 files changed
translations-app/handleAppTranslations.sh
@@ -32,7 +32,7 @@ fi
32
33
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
34
35
-versions='main master stable30 stable29 stable28'
+versions='main master stable31 stable30 stable29'
36
if [ -f '/app/.tx/backport' ]; then
37
versions="main master $(cat /app/.tx/backport)"
38
fi
translations/handleTranslations.sh
@@ -22,7 +22,7 @@ cd -
22
23
24
25
-versions='master stable30 stable29 stable28'
+versions='master stable31 stable30 stable29'
26
27
# build POT files for all versions
28
mkdir stable-templates
0 commit comments