diff options
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> |