diff options
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 700a3533..0815b464 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 8.3.0-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha14)" variant="all" version="8.3.0-alpha14"> +<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0"> <issue id="StopShip" @@ -57,6 +57,17 @@ <issue id="MissingQuantity" + message="For locale "es" (Spanish) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_title">" + errorLine2=" ^"> + <location + file="src/main/res/values-es-rES/strings.xml" + line="7" + column="3"/> + </issue> + + <issue + id="MissingQuantity" message="For locale "it" (Italian) the following quantity should also be defined: `many`" errorLine1=" <plurals name="delete_title">" errorLine2=" ^"> @@ -79,6 +90,17 @@ <issue id="MissingQuantity" + message="For locale "es" (Spanish) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_dialog_text">" + errorLine2=" ^"> + <location + file="src/main/res/values-es-rES/strings.xml" + line="21" + column="3"/> + </issue> + + <issue + id="MissingQuantity" message="For locale "it" (Italian) the following quantity should also be defined: `many`" errorLine1=" <plurals name="delete_dialog_text">" errorLine2=" ^"> @@ -100,6 +122,17 @@ </issue> <issue + id="Typos" + message=""incluído" is a common misspelling; did you mean "incluido"?" + errorLine1=" <string name="pwgen_no_chars_error">No se han incluído caracteres</string>" + errorLine2=" ^"> + <location + file="src/main/res/values-es-rES/strings.xml" + line="132" + column="49"/> + </issue> + + <issue id="ConvertToWebp" message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion"> <location |