tc39 / ecma402

Status, process, and documents for ECMA 402

Home Page:https://tc39.es/ecma402/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ky-KG language support

babdikaarov opened this issue · comments

Kyrgyzstan - region , kyrgyz - language has no support

const locales1 = ['ky', 'KG', 'KY', 'ky-KG'];
const options1 = { localeMatcher: 'lookup' };

console.log(Intl.DateTimeFormat.supportedLocalesOf(locales1, options1));
// output: Array []
// No ky-KG language support

How can I contribute to add the language?

I guess you're using Chromium, because this returns [ "ky", "ky-KG" ] on Firefox, but [] on Chromium. Chromium doesn't ship with all locale data available in CLDR, so filing a feature request to include the Kyrgyz locale at https://issues.chromium.org/issues may be worth a shot.

Thank you, @anba I submitted the issue with id 334720108 on the link you provided. I will follow up with them and I can confirm it works on Safari, Firefox but it does not work in Opera and Chromium