summaryrefslogtreecommitdiff
path: root/gettext-tools/its/glade1.its
blob: 84a0c11002acdafc22a5db5a7df60ae162f4a1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="/GTK-Interface" translate="no"/>
  <its:translateRule selector="/GTK-Interface//label |
                               /GTK-Interface//title |
                               /GTK-Interface//text |
                               /GTK-Interface//format |
                               /GTK-Interface//copyright |
                               /GTK-Interface//comments |
                               /GTK-Interface//preview_text |
                               /GTK-Interface//tooltip"
                     translate="yes"/>

  <its:preserveSpaceRule selector="/GTK-Interface" space="preserve"/>
  <gt:escapeRule selector="/GTK-Interface" escape="no"/>
</its:rules>