diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-02-04 20:42:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 15:12:08 +0000 |
commit | b1fd26840060adb39173656cca5cfde424b049bf (patch) | |
tree | 445fc911d101cc35db310e3e225437225559d6bf /app/lint-baseline.xml | |
parent | 40eee8b21ae5ad0b8801f804a42e63b74b851770 (diff) |
Sync localisations from Crowdin (#2888)
* strings: sync with crowdin
* chore: refresh Lint baseline
---------
Co-authored-by: GitHub Actions <noreply@github.com>
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 |