mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
14 lines
458 B
XML
14 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>
|