summaryrefslogtreecommitdiff
path: root/resources/locale/update-po.sh
diff options
context:
space:
mode:
Diffstat (limited to 'resources/locale/update-po.sh')
-rwxr-xr-xresources/locale/update-po.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/locale/update-po.sh b/resources/locale/update-po.sh
index 15c15f5..4692d60 100755
--- a/resources/locale/update-po.sh
+++ b/resources/locale/update-po.sh
@@ -1,5 +1,9 @@
#!/bin/bash
+# get directory of script and cd to it
+DIR="$( cd "$( dirname "$0" )" && pwd )"
+cd $DIR
+
echo "Insert the locale which you want to update:";
read locale;