Skip to content

Conversation

@hb20007
Copy link

@hb20007 hb20007 commented Oct 1, 2019

Closes #109

The official ISO 2-letter language code for Greek is el.

@WhiteWolf99
Copy link

Hello @kobakei, This fix is absolutely needed, no application can be published in .aab format without renaming the language to 'el'.

@oseparovic
Copy link
Contributor

oseparovic commented Feb 6, 2020

@kobakei please merge this ASAP. Using this as a temporary workaround

bundle {
    density {
        // Different APKs are generated for devices with different screen densities; true by default.
        enableSplit true
    }
    abi {
        // Different APKs are generated for devices with different CPU architectures; true by default.
        enableSplit true
    }
    language {
        // This is disabled so that the App Bundle does NOT split the APK for each language.
        // We're gonna use the same APK for all languages.
        enableSplit false
    }
}

Edit: The error message you'll see when trying to upload and AAB to play store (Feb 2020) without the above mentioned fix is as follow:

Your App Bundle targets the following unrecognized languages: gr. The list of supported language codes can be found in the IANA registry. Invalid languages caused by third-party libraries can be excluded using the resConfigs Gradle property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Greek translation needs to go to values-el

4 participants