Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Greek translation folder #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rename Greek translation folder #110

wants to merge 1 commit into from

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