15 lines
737 B
Plaintext
15 lines
737 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its"
|
||
|
version="2.0">
|
||
|
<its:translateRule selector="/component" translate="no"/>
|
||
|
<its:translateRule selector="/component/name |
|
||
|
/component/summary |
|
||
|
/component/description |
|
||
|
/component/developer_name |
|
||
|
/component/screenshots/screenshot/caption |
|
||
|
/component/releases/release/description |
|
||
|
/component/agreement/agreement_section/name |
|
||
|
/component/agreement/agreement_section/description"
|
||
|
translate="yes"/>
|
||
|
</its:rules>
|