dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

Update Slovenian local

Open oparex opened this issue 4 years ago • 3 comments

Current version of relativeTime in Slovenian locale is inconsistent for future and past together, it only works for the future. Past is changed to be more like "%s ago" in english. One is added to minute, hour, day, month and year to be consistent with other languages.

oparex avatar Jul 26 '21 21:07 oparex

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (5a79cc6) to head (a08de8c). Report is 199 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev     #1592   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          177       177           
  Lines         1989      1989           
  Branches       505       505           
=========================================
  Hits          1989      1989           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jul 26 '21 21:07 codecov[bot]

Maybe we could update sl.js locale like https://github.com/moment/moment/blob/develop/src/locale/sl.js

ref: https://github.com/iamkun/dayjs/blob/dev/src/locale/uk.js#L13

iamkun avatar Jul 27 '21 05:07 iamkun

Even better!

oparex avatar Jul 27 '21 08:07 oparex