Skip to content

Commit

Permalink
fix: Update Slovenian [sl] relativeTime locale (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus7CS committed Jan 16, 2021
1 parent 02d96ec commit fe5f1d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/sl.js
Expand Up @@ -17,6 +17,21 @@ const locale = {
LL: 'D. MMMM YYYY',
LLL: 'D. MMMM YYYY H:mm',
LLLL: 'dddd, D. MMMM YYYY H:mm'
},
relativeTime: {
future: 'čez %s',
past: 'pred %s',
s: 'nekaj sekund',
m: 'minuta',
mm: '%d minut',
h: 'ura',
hh: '%d ur',
d: 'dan',
dd: '%d dni',
M: 'mesec',
MM: '%d mesecev',
y: 'leto',
yy: '%d let'
}
}

Expand Down

0 comments on commit fe5f1d0

Please sign in to comment.