]> Untitled Git - lemmy-ui.git/commitdiff
Fixing update translation script.
authorDessalines <tyhou13@gmx.com>
Wed, 25 Nov 2020 20:28:45 +0000 (14:28 -0600)
committerDessalines <tyhou13@gmx.com>
Wed, 25 Nov 2020 20:28:45 +0000 (14:28 -0600)
update_translations.sh

index 99fb6479d12f5a821b9efc043c6117c12970b068..cb19834b617fd761d498d6860b97d6fe3416ce22 100755 (executable)
@@ -2,7 +2,9 @@
 pushd ../lemmy-translations
 git fetch weblate
 git merge weblate/main
+git push
 popd
 git submodule update --remote
 git add lemmy-translations
 git commit -m"Updating translations."
+git push