mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
Fix weblate deploy.
This commit is contained in:
parent
6c6e7aa872
commit
9c50d5f073
6
docker/dev/deploy.sh
vendored
6
docker/dev/deploy.sh
vendored
@ -2,10 +2,8 @@
|
|||||||
git checkout master
|
git checkout master
|
||||||
|
|
||||||
# Import translations
|
# Import translations
|
||||||
wget "https://weblate.yerbamate.dev/download/lemmy/lemmy/?format=zip" -O /tmp/lemmy_l10n.zip
|
git fetch weblate
|
||||||
unzip -j -o /tmp/lemmy_l10n.zip -d ../../ui/translations/
|
git merge weblate/master
|
||||||
git add ../../ui/translations
|
|
||||||
rm /tmp/lemmy_l10n.zip
|
|
||||||
|
|
||||||
# Creating the new tag
|
# Creating the new tag
|
||||||
new_tag="$1"
|
new_tag="$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user