lemmy-ui/update_translations.sh

11 lines
199 B
Bash
Raw Normal View History

2020-11-10 21:53:09 +00:00
#!/bin/bash
pushd ../lemmy-translations
git fetch weblate
git merge weblate/main
2020-11-25 20:28:45 +00:00
git push
2020-11-10 21:53:09 +00:00
popd
git submodule update --remote
git add lemmy-translations
git commit -m"Updating translations."
2020-11-25 20:28:45 +00:00
git push