mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Add update translations script.
This commit is contained in:
parent
d05001cb13
commit
d67c37c442
1 changed files with 8 additions and 0 deletions
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