mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Fixing update translation script.
This commit is contained in:
parent
1d36cb52e8
commit
fa971d6755
|
@ -2,7 +2,9 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue