From 46480981521514ead00f0bff5b3447a27661043f Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Fri, 12 Jan 2024 07:22:29 +0100 Subject: [PATCH] no translation needed anymore Signed-off-by: tobiasKaminsky --- translations/handlePlainTranslations.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/translations/handlePlainTranslations.sh b/translations/handlePlainTranslations.sh index 2cb2f599..d5c00254 100755 --- a/translations/handlePlainTranslations.sh +++ b/translations/handlePlainTranslations.sh @@ -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 @@ -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