Add update translations script. (#2173)

fix_arm_submodule
Dessalines 2 years ago committed by GitHub
parent f7fa1f10f9
commit 11b7525c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
#!/bin/bash
set -e
pushd ../../lemmy-translations
git fetch weblate
git merge weblate/main
git push
popd
git submodule update --remote
git add ../crates/utils/translations
git commit -m"Updating translations."
git push
Loading…
Cancel
Save