Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
24
config/lint/android-lint-baseline.xml
Normal file
24
config/lint/android-lint-baseline.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.11.1" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.1)" variant="all" version="8.11.1">
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "iw" (Hebrew) the following quantity should also be defined: `many` (e.g. "20 שנה")"
|
||||
errorLine1=" <plurals name="account_setup_options_email_display_count_messages">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-iw/strings.xml"
|
||||
line="46"
|
||||
column="5"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "iw" (Hebrew) the following quantity should also be defined: `many` (e.g. "20 שנה")"
|
||||
errorLine1=" <plurals name="settings_import_password_prompt">"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/values-iw/strings.xml"
|
||||
line="35"
|
||||
column="5"/>
|
||||
</issue>
|
||||
</issues>
|
||||
Loading…
Add table
Add a link
Reference in a new issue