From: Dessalines Date: Tue, 10 Nov 2020 21:53:09 +0000 (-0600) Subject: Add update translations script. X-Git-Url: http://these/git/%22https:/www.exeterceilidhs.net/%7B%60%24%7BwebArchiveUrl%7D/save/%24%7Bargs.pageFn.prev%7D?a=commitdiff_plain;h=d67c37c4423d8f9d05bf09393346ac02490b368c;p=lemmy-ui.git Add update translations script. --- diff --git a/update_translations.sh b/update_translations.sh new file mode 100755 index 0000000..99fb647 --- /dev/null +++ b/update_translations.sh @@ -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."