android-locales
android-locales copied to clipboard
#Latn or #Cyrl gives error
Hello,
First of all thanks for listing down values folder name for all locales. I want to add Serbian (Latin,Serbia) language, Android Studio just gives you option to select the Language and locale. This creates a values-sr-rRS directory. I want to add Latin as well as Cyrillic. However when I add values-sr-RS_#Latn, Android studio gives "Invalid resource directory error". I have tried removing #, adding - instead of _ and many other options. Can you let me know what should be the values folder name for Serbian (Latin,Serbia) and Serbian (Cyrillic,Serbia) ?
@championswimmer are their any ears for this issue ?
I'll take look at this. I am kinda away from a terminal for a couple of days. (Replying to this right now on mail) On Sep 24, 2015 9:33 AM, "Sarang Vyas" [email protected] wrote:
@championswimmer https://github.com/championswimmer are their any ears for this issue ?
— Reply to this email directly or view it on GitHub https://github.com/championswimmer/android-locales/issues/1#issuecomment-142803141 .
@championswimmer did you get a chance to look into this ?
@championswimmer Any solution for this?I am facing the same issue
Still nothing?
Same problem.
For latin and cyril you should use "values-b+sr+Latn" and "values-b+sr+Cyrl" respectively. This is a new naming scheme, and it works only from API 24 and above.. But languages are natively picked up depending on system language..