diff options
author | Wu Xiaotian <[email protected]> | 2019-10-28 17:28:03 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-09 15:00:24 +0100 |
commit | c16dd6cc8260871d510b1d2ca27c5f5bbc3cb87f (patch) | |
tree | 1c81348276dcb5d1427ab40fa1fa15ee7a4c8ceb /its | |
parent | 5ee13d9ee7b843608e0f126c69f63750bc607d61 (diff) | |
download | mate-media-c16dd6cc8260871d510b1d2ca27c5f5bbc3cb87f.tar.bz2 mate-media-c16dd6cc8260871d510b1d2ca27c5f5bbc3cb87f.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'its')
-rw-r--r-- | its/sounds.its | 6 | ||||
-rw-r--r-- | its/sounds.loc | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/its/sounds.its b/its/sounds.its new file mode 100644 index 0000000..187c000 --- /dev/null +++ b/its/sounds.its @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<its:rules xmlns:its="http://www.w3.org/2005/11/its" + version="2.0"> + <its:translateRule selector="/sounds" translate="no"/> + <its:translateRule selector="//name" translate="yes"/> +</its:rules> diff --git a/its/sounds.loc b/its/sounds.loc new file mode 100644 index 0000000..c92565d --- /dev/null +++ b/its/sounds.loc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<locatingRules> + <locatingRule name="sounds" pattern="*.xml"> + <documentRule localName="sounds" target="sounds.its"/> + </locatingRule> +</locatingRules> |