diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-02-23 08:33:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-02-23 08:33:51 +0100 |
commit | c9685938476129f2570119bbb17f5fd66a89f3ed (patch) | |
tree | d41b6d273bebde0fddd3473d8f3064bfe163e857 | |
parent | c4b7de2a754e166c67cea40b35948c851b76ca6d (diff) | |
download | remote-logon-service-c9685938476129f2570119bbb17f5fd66a89f3ed.tar.gz remote-logon-service-c9685938476129f2570119bbb17f5fd66a89f3ed.tar.bz2 remote-logon-service-c9685938476129f2570119bbb17f5fd66a89f3ed.zip |
po: Add helper script update-pot.sh.
-rwxr-xr-x | update-pot.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update-pot.sh b/update-pot.sh new file mode 100755 index 0000000..7c1db94 --- /dev/null +++ b/update-pot.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +GETTEXT_DOMAIN=$(cat configure.ac | grep -E "^GETTEXT_PACKAGE=" | sed -e 's/GETTEXT_PACKAGE=//') + +cd po/ && intltool-update --gettext-package ${GETTEXT_DOMAIN} --pot |