File: level.its

package info (click to toggle)
atomix 44.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,040 kB
  • sloc: ansic: 4,579; python: 7; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!--
See the gettext documentation for the file format:
http://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html
-->
<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="/level/@_name" translate="yes"/>
  <its:translateRule selector="//environment" translate="no"/>
  <its:translateRule selector="///position" translate="no"/>
  <its:translateRule selector="////tile" translate="no"/>
  <its:translateRule selector="//scenario" translate="no"/>
</its:rules>