Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion translations/handlePlainTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remote
versions="$default_branch $(git branch -r | grep -E "origin\/stable\-[0-9\.]+$" | cut -f2 -d"/" | sort -r | head -n1)"

# combine stable branches to keep freshly removed translations
if [ $1 = "nextcloud" -a $2 = "android" ]; then
if [ $1 = "nextcloud" -a $2 = "android" ] ||
[ $1 = "nextcloud" -a $2 = "android-library" ] ||
[ $1 = "nextcloud" -a $2 = "notes-android" ] ||
[ $1 = "nextcloud" -a $2 = "talk-android" ] ||
; then
mkdir stable-values
for version in $versions
do
Expand Down