-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
fix: fix it locale error #458
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #458 +/- ##
====================================
Coverage ? 100%
====================================
Files ? 54
Lines ? 473
Branches ? 72
====================================
Hits ? 473
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
Done. |
* DE locale: shot months * ES locale: shot months * IT locale: shot months * UK locale: short months, short and min weekdays * FR locale: short months * German short months start with upper-case letter
@naulacambra Just updated Plus, after compare to momentjs locale file, there are |
It's ok 😀
I'll try to explain it correclty. Spanish is spoken worldwildly, but there are some little differences between some regions. We should decide which standard we use. Language nomenclature ( |
Oh I see. It seems So that |
@naulacambra any suggestions here for my comment above? thanks #458 (comment) |
@iamkun sorry for the delay. In this context (dates, week days, etc) Regarding your opinion #458 I would delete |
@naulacambra thanks. According to your replay, at present, we should just delete And if we add some more cases in locales that might have different between Right? |
@iamkun exactly 😀 |
Finally I decided to add |
Ok, makes sense.
Since they need to be loaded by the user, I don't increase the "default" size, so I think we're fine with that 😀 |
* fix: fix it locale error * fix: fix es locale monthsShort error * test: fix test * fix: add missing es-do and es-us locale file
## [1.8.2](v1.8.1...v1.8.2) (2019-02-02) ### Bug Fixes * Add missing czech language locale ([#461](#461)) ([7e04004](7e04004)) * add deltaZone in the equation when calculating diff and added utcOffset api method ([#453](#453)) ([ce2e30e](ce2e30e)) * fix it locale error ([#458](#458)) ([f6d9a64](f6d9a64))
## [1.8.2](iamkun/dayjs@v1.8.1...v1.8.2) (2019-02-02) ### Bug Fixes * Add missing czech language locale ([#461](iamkun/dayjs#461)) ([7e04004](iamkun/dayjs@7e04004)) * add deltaZone in the equation when calculating diff and added utcOffset api method ([#453](iamkun/dayjs#453)) ([ce2e30e](iamkun/dayjs@ce2e30e)) * fix it locale error ([#458](iamkun/dayjs#458)) ([f6d9a64](iamkun/dayjs@f6d9a64))
## [1.8.2](iamkun/dayjs@v1.8.1...v1.8.2) (2019-02-02) ### Bug Fixes * Add missing czech language locale ([#461](iamkun/dayjs#461)) ([7e04004](iamkun/dayjs@7e04004)) * add deltaZone in the equation when calculating diff and added utcOffset api method ([#453](iamkun/dayjs#453)) ([ce2e30e](iamkun/dayjs@ce2e30e)) * fix it locale error ([#458](iamkun/dayjs#458)) ([f6d9a64](iamkun/dayjs@f6d9a64))
## [1.8.2](iamkun/dayjs@v1.8.1...v1.8.2) (2019-02-02) ### Bug Fixes * Add missing czech language locale ([#461](iamkun/dayjs#461)) ([7e04004](iamkun/dayjs@7e04004)) * add deltaZone in the equation when calculating diff and added utcOffset api method ([#453](iamkun/dayjs#453)) ([ce2e30e](iamkun/dayjs@ce2e30e)) * fix it locale error ([#458](iamkun/dayjs#458)) ([f6d9a64](iamkun/dayjs@f6d9a64))
@anbi can you review this pr please?