Skip to content

Lint Warnings - Resolve LocaleFolder #18226

@ParaskP7

Description

@ParaskP7

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' documentation
  • The 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions