-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Lint Warnings - Resolve LocaleFolder #18226
Copy link
Copy link
Closed
Description
As part of the #18192 and #18193 tasks, this LocaleFolder got suppressed and moved within the lint.xml file (instead of it being within the baseline.xml file.
This warnings should be fixed at some point, a dedicated issue is created to try and resolve this warnings instead of suppressing it indefinitely (expand to see details).
Issue Details [Main]
<issue
id="LocaleFolder"
message="The locale folder "`he`" should be called "`iw`" instead; see the `java.util.Locale` documentation">
<location
file="src/main/res/values-he"/>
</issue>
<issue
id="LocaleFolder"
message="The locale folder "`id`" should be called "`in`" instead; see the `java.util.Locale` documentation">
<location
file="src/main/res/values-id"/>
</issue>Issue Details [Jetpack]
<issue
id="LocaleFolder"
message="The locale folder "`he`" should be called "`iw`" instead; see the `java.util.Locale` documentation">
<location
file="src/jetpack/res/values-he"/>
</issue>
<issue
id="LocaleFolder"
message="The locale folder "`id`" should be called "`in`" instead; see the `java.util.Locale` documentation">
<location
file="src/jetpack/res/values-id"/>
</issue>Messages:
The locale folder "'he'" should be called "'iw'" instead; see the 'java.util.Locale' documentationThe locale folder "'id'" should be called "'in'" instead; see the 'java.util.Locale' documentation
More info: https://developer.android.com/reference/java/util/Locale.html
Reactions are currently unavailable