From d67c37c4423d8f9d05bf09393346ac02490b368c Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Tue, 10 Nov 2020 15:53:09 -0600
Subject: [PATCH] Add update translations script.

---
 update_translations.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100755 update_translations.sh

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."
-- 
2.44.1