mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-14 17:12:12 -05:00
14 lines
521 B
XML
14 lines
521 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Our translations are crowd-sourced -->
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
|
|
<!-- Weblate doesn't handle these yet: https://github.com/WeblateOrg/weblate/issues/7520 -->
|
|
<issue id="MissingQuantity" severity="error">
|
|
<ignore path="src/main/res/values-cs" />
|
|
<ignore path="src/main/res/values-lt" />
|
|
<ignore path="src/main/res/values-sk" />
|
|
</issue>
|
|
</lint>
|