Use GitHub Actions to run continuous integration checks

This commit is contained in:
Nick Hall
2021-05-30 18:57:28 +01:00
parent 442f696abd
commit f3e536da6c
4 changed files with 102 additions and 1 deletions

14
po/its/appdata.its Normal file
View File

@@ -0,0 +1,14 @@
<?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>

9
po/its/appdata.loc Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<locatingRules>
<locatingRule name="AppData" pattern="*.appdata.xml">
<documentRule localName="component" target="appdata.its"/>
</locatingRule>
<locatingRule name="AppData" pattern="*.metainfo.xml">
<documentRule localName="component" target="appdata.its"/>
</locatingRule>
</locatingRules>