-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update VI locale for v2 #846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me. @leshakoss please take a look.
@lihop please remove vi
from the outdated languages list: https://github.com/date-fns/date-fns/blob/master/outdatedLocales.json#L32
src/locale/vi/_lib/localize/index.js
Outdated
|
||
// Vietnammese locale reference: http://www.localeplanet.com/icu/vi-VN/index.html | ||
// Capitalization reference: http://hcmup.edu.vn/index.php?option=com_content&view=article&id=4106%3Avit-hoa-trong-vn-bn-hanh-chinh&catid=2345%3Atham-kho&Itemid=4103&lang=vi&site=134 | ||
var weekdayValues = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lihop aren't these references are still actual and worth keeping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I will add them back in.
…' usage; Update tests to pass new format
Enhance parser for quarter "quý IV";
791da54
to
4a24e6d
Compare
I have removed vi from the outdated languages list and re-added the locale references. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! 👍
Kudos to you, guys! I'm going to merge few more pending locales and publish a release. Stay tuned! |
I've just published a new version with this locale Thank you again for your work! |
Closes #828