We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 978f27e + ee76942 commit 47d5c39Copy full SHA for 47d5c39
translations/handlePlainTranslations.sh
@@ -19,7 +19,11 @@ default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remote
19
versions="$default_branch $(git branch -r | grep -E "origin\/stable\-[0-9\.]+$" | cut -f2 -d"/" | sort -r | head -n1)"
20
21
# combine stable branches to keep freshly removed translations
22
-if [ $1 = "nextcloud" -a $2 = "android" ]; then
+if [ $1 = "nextcloud" -a $2 = "android" ] ||
23
+ [ $1 = "nextcloud" -a $2 = "android-library" ] ||
24
+ [ $1 = "nextcloud" -a $2 = "notes-android" ] ||
25
+ [ $1 = "nextcloud" -a $2 = "talk-android" ] ||
26
+ ; then
27
mkdir stable-values
28
for version in $versions
29
do
0 commit comments