-
-
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
feat: Add correct Estonian relativeTime locale for past and future tense #790
feat: Add correct Estonian relativeTime locale for past and future tense #790
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #790 +/- ##
===================================
Coverage 100% 100%
===================================
Files 156 156
Lines 1107 1111 +4
Branches 202 205 +3
===================================
+ Hits 1107 1111 +4
Continue to review full report at Codecov.
|
src/locale/et.js
Outdated
function relativeTimeWithTense(number, withoutSuffix, key, isFuture) { | ||
const format = { | ||
s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'], | ||
ss: ['%d sekundi', '%d sekundit'], |
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.
Think we don't need this line?
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.
Yeah, I wondered why that was there since I don't think moment uses it either.
## [1.8.20](v1.8.19...v1.8.20) (2020-02-04) ### Bug Fixes * Add Bislama Locale (bi) ([#780](#780)) ([9ac6ab4](9ac6ab4)) * Fix weekOfYear plugin to support yearStart locale for better week number result ([#769](#769)) ([f00db36](f00db36)) * Update et (Estonian) locale relativeTime ([#790](#790)) ([d8e0f45](d8e0f45)) * Update LocaleData plugin to support dayjs.localeData().weekdays() API ([287fed6](287fed6)), closes [#779](#779) * Update LocaleData plugin to support dayjs.months dayjs.weekdays API ([144c2ae](144c2ae)), closes [#779](#779) * Update pl locale fusional config ([d372475](d372475))
🎉 This PR is included in version 1.8.20 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.8.20](iamkun/dayjs@v1.8.19...v1.8.20) (2020-02-04) ### Bug Fixes * Add Bislama Locale (bi) ([#780](iamkun/dayjs#780)) ([9ac6ab4](iamkun/dayjs@9ac6ab4)) * Fix weekOfYear plugin to support yearStart locale for better week number result ([#769](iamkun/dayjs#769)) ([f00db36](iamkun/dayjs@f00db36)) * Update et (Estonian) locale relativeTime ([#790](iamkun/dayjs#790)) ([d8e0f45](iamkun/dayjs@d8e0f45)) * Update LocaleData plugin to support dayjs.localeData().weekdays() API ([287fed6](iamkun/dayjs@287fed6)), closes [#779](iamkun/dayjs#779) * Update LocaleData plugin to support dayjs.months dayjs.weekdays API ([144c2ae](iamkun/dayjs@144c2ae)), closes [#779](iamkun/dayjs#779) * Update pl locale fusional config ([d372475](iamkun/dayjs@d372475))
## [1.8.20](iamkun/dayjs@v1.8.19...v1.8.20) (2020-02-04) ### Bug Fixes * Add Bislama Locale (bi) ([#780](iamkun/dayjs#780)) ([9ac6ab4](iamkun/dayjs@9ac6ab4)) * Fix weekOfYear plugin to support yearStart locale for better week number result ([#769](iamkun/dayjs#769)) ([f00db36](iamkun/dayjs@f00db36)) * Update et (Estonian) locale relativeTime ([#790](iamkun/dayjs#790)) ([d8e0f45](iamkun/dayjs@d8e0f45)) * Update LocaleData plugin to support dayjs.localeData().weekdays() API ([287fed6](iamkun/dayjs@287fed6)), closes [#779](iamkun/dayjs#779) * Update LocaleData plugin to support dayjs.months dayjs.weekdays API ([144c2ae](iamkun/dayjs@144c2ae)), closes [#779](iamkun/dayjs#779) * Update pl locale fusional config ([d372475](iamkun/dayjs@d372475))
## [1.8.20](iamkun/dayjs@v1.8.19...v1.8.20) (2020-02-04) ### Bug Fixes * Add Bislama Locale (bi) ([#780](iamkun/dayjs#780)) ([9ac6ab4](iamkun/dayjs@9ac6ab4)) * Fix weekOfYear plugin to support yearStart locale for better week number result ([#769](iamkun/dayjs#769)) ([f00db36](iamkun/dayjs@f00db36)) * Update et (Estonian) locale relativeTime ([#790](iamkun/dayjs#790)) ([d8e0f45](iamkun/dayjs@d8e0f45)) * Update LocaleData plugin to support dayjs.localeData().weekdays() API ([287fed6](iamkun/dayjs@287fed6)), closes [#779](iamkun/dayjs#779) * Update LocaleData plugin to support dayjs.months dayjs.weekdays API ([144c2ae](iamkun/dayjs@144c2ae)), closes [#779](iamkun/dayjs#779) * Update pl locale fusional config ([d372475](iamkun/dayjs@d372475))
Since #767 got merged, I added correct future tense for Estonian locale.