summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-01 20:48:52 +0100
committerColin Guthrie <colin@mageia.org>2013-10-01 20:49:28 +0100
commit9d9ef58760337c42819f702feb0c67b9af0f2988 (patch)
tree632a032cd25056b70d880bf77435df28a043127d /po
parentf5111ceb201c828e3d9643ec5b35d98a30263d8a (diff)
downloaddrakx-kbd-mouse-x11-9d9ef58760337c42819f702feb0c67b9af0f2988.tar
drakx-kbd-mouse-x11-9d9ef58760337c42819f702feb0c67b9af0f2988.tar.gz
drakx-kbd-mouse-x11-9d9ef58760337c42819f702feb0c67b9af0f2988.tar.bz2
drakx-kbd-mouse-x11-9d9ef58760337c42819f702feb0c67b9af0f2988.tar.xz
drakx-kbd-mouse-x11-9d9ef58760337c42819f702feb0c67b9af0f2988.zip
polkit: Make the polkit policy files translatable.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile11
-rw-r--r--po/POTFILES.in3
2 files changed, 11 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index c294cc5..f11b883 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -31,9 +31,14 @@ clean:
%.mo: %.po
msgfmt -o $@ $<
-$(POTFILE): $(PL_FILES)
- perl_checker -q --generate-pot $@ $(PL_FILES)
-
+$(POTFILE): $(PL_FILES) POTFILES.in
+ intltool-update --gettext-package non-perl --pot
+ perl_checker -q --generate-pot .$@ $(PL_FILES)
+ msgcat -w 2048 --use-first .$@ non-perl.pot > $@
+ rm -f non-perl.pot ..$@ .$@
+
+POTFILES.in:
+ (cd .. ; /bin/ls -1 polkit/policy/*.policy.in; ) > POTFILES.in
update_n_merge: $(PGOAL).pot merge
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..d3cda6d
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,3 @@
+polkit/policy/org.mageia.drakkeyboard.policy.in
+polkit/policy/org.mageia.drakmouse.policy.in
+polkit/policy/org.mageia.drakx11.policy.in