lemmy-ui/update_translations.sh
2020-11-25 14:28:45 -06:00

11 lines
199 B
Bash
Executable file

#!/bin/bash
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