1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy-ui.git synced 2025-01-25 23:19:14 +00:00
lemmy-ui/update_translations.sh

11 lines
199 B
Bash
Raw Normal View History

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