Skip to content

Commit

Permalink
its: Allow untranslatable developer/name and agreement sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 24, 2024
1 parent 1d8c7df commit 6292398
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/its/metainfo.its
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/component/summary |
/component/description |
/component/developer_name |
/component/name_variant_suffix |
/component/developer/name |
/component/name_variant_suffix |
/component/keywords/keyword |
/component/screenshots/screenshot/caption |
/component/releases/release/description |
Expand All @@ -29,12 +29,17 @@
translate="no"/>
<its:translateRule selector="/component/developer_name[@translate = 'no']"
translate="no"/>
<its:translateRule selector="/component/developer/name[@translate = 'no']"
translate="no"/>
<its:translateRule selector="/component/name_variant_suffix[@translate = 'no']"
translate="no"/>
<its:translateRule selector="/component/keywords/keyword[@translate = 'no']"
translate="no"/>
<its:translateRule selector="/component/releases/release/description[@translate = 'no']"
translate="no"/>
<its:translateRule selector="/component/agreement/agreement_section/name[@translate = 'no'] |
/component/agreement/agreement_section/description[@translate = 'no']"
translate="no"/>

<!-- Release metadata -->
<its:translateRule selector="/releases" translate="no"/>
Expand Down

0 comments on commit 6292398

Please sign in to comment.