We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78ffc7 + 540b625 commit 978f27eCopy full SHA for 978f27e
translations/handleiOSTalkTranslations.sh
@@ -21,6 +21,11 @@ rm .tx/config_*
21
git commit -am "fix(l10n): Update Transifex configuration" -s || true
22
git push
23
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
+
29
# push sources (only push sources from main branch)
30
tx push -s
31
0 commit comments