Feliday-UI/update_translations.sh
2020-11-10 15:53:09 -06:00

8 lines
181 B
Bash
Executable file

#!/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."