Skip to content

Commit

Permalink
Merge pull request #618 from nextcloud/noMigration
Browse files Browse the repository at this point in the history
no migration needed anymore
  • Loading branch information
nickvergessen authored Jan 12, 2024
2 parents 85e1248 + 4648098 commit 34cf683
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions translations/handlePlainTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
do
git checkout $version

# Migrate the transifex config to the new client version
tx migrate
git add .tx/config
rm .tx/config_*
git commit -am "Fix(l10n): Update Transifex configuration" -s || true
git push

cp app/src/main/res/values/strings.xml stable-values/$version.xml
done

Expand Down Expand Up @@ -72,13 +65,6 @@ if [ $1 = "nextcloud" -a $2 = "talk-android" ]; then
do
git checkout $version

# Migrate the transifex config to the new client version
tx migrate
git add .tx/config
rm .tx/config_*
git commit -am "Fix(l10n): Update Transifex configuration" -s || true
git push

cp app/src/main/res/values/strings.xml stable-values/$version.xml
done

Expand Down

0 comments on commit 34cf683

Please sign in to comment.