Update Slovenian local
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.
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.
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
Even better!