Skip to content

Commit 540b625

Browse files
committed
fix: Remove all translations before pushing
Signed-off-by: Ivan Sein <[email protected]>
1 parent a78ffc7 commit 540b625

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)