mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
15 lines
458 B
XML
15 lines
458 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<lint>
|
||
|
|
||
|
<!-- L10N errors -->
|
||
|
<!-- This is a runtime crash so we don't want to ship with this. -->
|
||
|
<issue id="StringFormatMatches" severity="error" />
|
||
|
|
||
|
<!-- L10N warnings -->
|
||
|
<issue id="MissingTranslation" severity="warning" />
|
||
|
<issue id="MissingQuantity" severity="warning" />
|
||
|
<issue id="ExtraTranslation" severity="warning" />
|
||
|
<issue id="ImpliedQuantity" severity="warning" />
|
||
|
|
||
|
</lint>
|