diff --git a/update_translations.sh b/update_translations.sh new file mode 100755 index 00000000..99fb6479 --- /dev/null +++ b/update_translations.sh @@ -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."