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

[locale] bo: Add bo-IN locale and align bo with CLDR #4369

Closed
JLHwung opened this issue Dec 22, 2017 · 2 comments
Closed

[locale] bo: Add bo-IN locale and align bo with CLDR #4369

JLHwung opened this issue Dec 22, 2017 · 2 comments

Comments

@JLHwung
Copy link
Contributor

JLHwung commented Dec 22, 2017

According to Unicode CLDR (here), the bo will have dateFormat as

<availableFormats>
<dateFormatItem id="GyMMM">G y LLLL</dateFormatItem>
<dateFormatItem id="MMMd">MMMཚེས་d</dateFormatItem>
<dateFormatItem id="MMMEd">MMMཚེས་d, E</dateFormatItem>
<dateFormatItem id="MMMMd">MMMMའི་ཚེས་d</dateFormatItem>
<dateFormatItem id="yMMM">y LLL</dateFormatItem>
<dateFormatItem id="yMMMd">y ལོའི་MMMཚེས་d</dateFormatItem>
<dateFormatItem id="yMMMMd">སྤྱི་ལོ་y MMMMའི་ཚེས་d</dateFormatItem>
</availableFormats>

which is bo-CN actually from the YMD dateFormat order. The current longDateFormat of bo,

longDateFormat : {
        LT : 'A h:mm',
        LTS : 'A h:mm:ss',
        L : 'DD/MM/YYYY',
        LL : 'D MMMM YYYY',
        LLL : 'D MMMM YYYY, A h:mm',
        LLLL : 'dddd, D MMMM YYYY, A h:mm'
    }

corresponds to bo-IN after I review the DMY date format on CLDR hi.

I suggest we rename bo locale to bo-IN and align bo date accordingly.

This will break locale name compatibility and we should document that the user of bo locale should choose between bo and bo-IN.

cc @vajradog

@ichernev
Copy link
Contributor

@JLHwung I'd be happy to merge something that is in line with CLDR.

@ichernev ichernev changed the title rename bo to bo-IN and align bo with CLDR [locale] bo: Add bo-IN locale and align bo with CLDR Jun 28, 2018
@marwahaha
Copy link
Member

closing as part of #4949

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

No branches or pull requests

3 participants