From 6ee59c18c571300d04c9e8b747cdb24f2a7b38f0 Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Thu, 18 Jun 2026 15:34:12 +0200 Subject: [PATCH] WIP Signed-off-by: Milen Pivchev --- translations/handleiOSTranslations.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/handleiOSTranslations.sh b/translations/handleiOSTranslations.sh index 4aa35b0b..437abf0c 100755 --- a/translations/handleiOSTranslations.sh +++ b/translations/handleiOSTranslations.sh @@ -35,7 +35,8 @@ tx push -s tx pull -force -all # then, pull .stringdict translations, replace untranslated strings with source -tx pull -force -all --mode sourceastranslation -resources o:nextcloud:p:nextcloud:r:ios-plurals +# 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 cd Supporting\ Files