We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 237a796 + 21b6be6 commit 461c551Copy full SHA for 461c551
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 stable29 stable28 stable27'
+versions='main master stable30 stable29 stable28'
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 stable29 stable28 stable27'
+versions='master stable30 stable29 stable28'
26
27
# build POT files for all versions
28
mkdir stable-templates
0 commit comments