mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 09:11:56 +00:00
15 lines
744 B
XML
15 lines
744 B
XML
<?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/agreement/agreement_section/name |
|
|
/component/agreement/agreement_section/summary |
|
|
/component/agreement/agreement_section/description |
|
|
/component/screenshots/screenshot/caption"
|
|
translate="yes"/>
|
|
</its:rules>
|