From ba72859383e4160a1c23b31bb79bd191a83772c4 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Mon, 27 Jul 2020 17:13:00 +0200 Subject: update_locales.sh: Bash script which updates .ts locale files in locales/ --- update_locales.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update_locales.sh (limited to 'update_locales.sh') diff --git a/update_locales.sh b/update_locales.sh new file mode 100755 index 0000000..71c00cc --- /dev/null +++ b/update_locales.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +lupdate . -ts locales/*.ts +#lrelease locales/.ts -qm locales/bin/.qm -- cgit v1.2.3