diff options
author | Wu Xiaotian <[email protected]> | 2019-05-15 19:10:02 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 12:53:07 +0200 |
commit | 112d92128213279878d6972bb0a1bc5bbdb9d7bd (patch) | |
tree | 33c640e8cb14a37c8f7d29cbfd5c152724e18e44 /its | |
parent | 21770a3057ad62d692787d19e9e23d4350076d4d (diff) | |
download | caja-112d92128213279878d6972bb0a1bc5bbdb9d7bd.tar.bz2 caja-112d92128213279878d6972bb0a1bc5bbdb9d7bd.tar.xz |
add gettext its
Diffstat (limited to 'its')
-rw-r--r-- | its/caja.its | 7 | ||||
-rw-r--r-- | its/caja.loc | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/its/caja.its b/its/caja.its new file mode 100644 index 00000000..80a1b56d --- /dev/null +++ b/its/caja.its @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<its:rules xmlns:its="http://www.w3.org/2005/11/its" + xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0" + version="2.0"> + <its:translateRule selector="/mime-info" translate="no"/> + <its:translateRule selector="///@comment" translate="yes"/> +</its:rules> diff --git a/its/caja.loc b/its/caja.loc new file mode 100644 index 00000000..c1cb949d --- /dev/null +++ b/its/caja.loc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<locatingRules> + <locatingRule name="CajaSavedSearch" pattern="*.xml"> + <documentRule localName="mime-info" target="caja.its"/> + </locatingRule> +</locatingRules> |