Skip to content

Commit 978f27e

Browse files
Merge pull request #872 from nextcloud/fix/noid/remove-all-translations-before-pushing-for-talk-ios
fix: Remove all translations before pushing for Talk iOS
2 parents a78ffc7 + 540b625 commit 978f27e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

translations/handleiOSTalkTranslations.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ rm .tx/config_*
2121
git commit -am "fix(l10n): Update Transifex configuration" -s || true
2222
git push
2323

24+
# remove all translations (they are added afterwards anyways but allows to remove languages via transifex)
25+
rm -r NextcloudTalk/*.lproj
26+
git checkout -- NextcloudTalk/Base.lproj
27+
git checkout -- NextcloudTalk/en.lproj
28+
2429
# push sources (only push sources from main branch)
2530
tx push -s
2631

0 commit comments

Comments
 (0)