From 716b9b0c4727803c3ebabbc59d0dd4b6f478d8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 30 Jul 2026 20:51:19 +0200 Subject: [PATCH 1/2] chore: Use 'sourceastranslation' for talk-ios plurals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- translations/handleiOSTalkTranslations.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/translations/handleiOSTalkTranslations.sh b/translations/handleiOSTalkTranslations.sh index 525e7c7e..dafc52fd 100755 --- a/translations/handleiOSTalkTranslations.sh +++ b/translations/handleiOSTalkTranslations.sh @@ -45,7 +45,11 @@ do git checkout -- NextcloudTalk/en.lproj # pull translations - tx pull -f -a --minimum-perc=25 + tx pull --force --all --minimum-perc=25 + + # then, pull .stringdict translations, replace untranslated strings with source + # note: this is needed as the untranslated .stringdict files are not auto replaced by source + tx pull --force --all --mode sourceastranslation --resources nextcloud.talk-ios-plurals cd NextcloudTalk From ed7d09835befd61de05087b7d2fda9d60ba771e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 30 Jul 2026 22:06:13 +0200 Subject: [PATCH 2/2] fix: Parameters for files ios app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- translations/handleiOSTranslations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/handleiOSTranslations.sh b/translations/handleiOSTranslations.sh index 437abf0c..0c641bd4 100755 --- a/translations/handleiOSTranslations.sh +++ b/translations/handleiOSTranslations.sh @@ -32,11 +32,11 @@ git checkout -- Supporting\ Files/en.lproj tx push -s # pull translations -tx pull -force -all +tx pull --force --all # then, pull .stringdict translations, replace untranslated strings with source # note: this is needed as the untranslated .stringdict files are not auto replaced by source -tx pull -force -all --mode sourceastranslation -resources nextcloud.ios-plurals +tx pull --force --all --mode sourceastranslation --resources nextcloud.ios-plurals cd Supporting\ Files