mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fixing update translation script.
This commit is contained in:
parent
1d36cb52e8
commit
fa971d6755
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
||||||
pushd ../lemmy-translations
|
pushd ../lemmy-translations
|
||||||
git fetch weblate
|
git fetch weblate
|
||||||
git merge weblate/main
|
git merge weblate/main
|
||||||
|
git push
|
||||||
popd
|
popd
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
git add lemmy-translations
|
git add lemmy-translations
|
||||||
git commit -m"Updating translations."
|
git commit -m"Updating translations."
|
||||||
|
git push
|
||||||
|
|
Loading…
Reference in a new issue