diff options
author | Wu Xiaotian <[email protected]> | 2019-05-15 19:10:02 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 18:35:23 +0200 |
commit | a3fd38632acd94d093c7b98edb9e77a5c56ff6c7 (patch) | |
tree | ff1b89c5ffa614e2df9b94c4f6e672552a9a5578 | |
parent | fe31c9defdc7f69d1e33bcef19cc5ade65da9a4a (diff) | |
download | caja-a3fd38632acd94d093c7b98edb9e77a5c56ff6c7.tar.bz2 caja-a3fd38632acd94d093c7b98edb9e77a5c56ff6c7.tar.xz |
add gettext 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> |