summaryrefslogtreecommitdiff
path: root/gettext
diff options
context:
space:
mode:
Diffstat (limited to 'gettext')
-rw-r--r--gettext/Makefile.am4
-rw-r--r--gettext/its/Makefile.am4
-rw-r--r--gettext/its/polkit.its8
-rw-r--r--gettext/its/polkit.loc6
4 files changed, 22 insertions, 0 deletions
diff --git a/gettext/Makefile.am b/gettext/Makefile.am
new file mode 100644
index 0000000..3c088f3
--- /dev/null
+++ b/gettext/Makefile.am
@@ -0,0 +1,4 @@
+
+SUBDIRS = its
+
+-include $(top_srcdir)/git.mk
diff --git a/gettext/its/Makefile.am b/gettext/its/Makefile.am
new file mode 100644
index 0000000..68d6d7a
--- /dev/null
+++ b/gettext/its/Makefile.am
@@ -0,0 +1,4 @@
+itsdir = $(datadir)/gettext/its
+dist_its_DATA = polkit.loc polkit.its
+
+-include $(top_srcdir)/git.mk
diff --git a/gettext/its/polkit.its b/gettext/its/polkit.its
new file mode 100644
index 0000000..1c37e6b
--- /dev/null
+++ b/gettext/its/polkit.its
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<its:rules xmlns:its="http://www.w3.org/2005/11/its"
+ version="2.0">
+ <its:translateRule selector="//*" translate="no"/>
+ <its:translateRule selector="//action/description |
+ //action/message"
+ translate="yes"/>
+</its:rules>
diff --git a/gettext/its/polkit.loc b/gettext/its/polkit.loc
new file mode 100644
index 0000000..c7427ec
--- /dev/null
+++ b/gettext/its/polkit.loc
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<locatingRules>
+ <locatingRule name="polkit policy" pattern="*.policy">
+ <documentRule localName="policyconfig" target="polkit.its"/>
+ </locatingRule>
+</locatingRules>