lemmy-ui/update_translations.sh

9 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."