mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Add update translations script.
This commit is contained in:
parent
d05001cb13
commit
d67c37c442
8
update_translations.sh
Executable file
8
update_translations.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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."
|
Loading…
Reference in a new issue