]> Untitled Git - lemmy-ui.git/commitdiff
Add update translations script.
authorDessalines <tyhou13@gmx.com>
Tue, 10 Nov 2020 21:53:09 +0000 (15:53 -0600)
committerDessalines <tyhou13@gmx.com>
Tue, 10 Nov 2020 21:53:09 +0000 (15:53 -0600)
update_translations.sh [new file with mode: 0755]

diff --git a/update_translations.sh b/update_translations.sh
new file mode 100755 (executable)
index 0000000..99fb647
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+pushd ../lemmy-translations
+git fetch weblate
+git merge weblate/main
+popd
+git submodule update --remote
+git add lemmy-translations
+git commit -m"Updating translations."