Skip to content

Commit fe5f1d0

Browse files
authored
fix: Update Slovenian [sl] relativeTime locale (#1333)
1 parent 02d96ec commit fe5f1d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/sl.js

+15
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ const locale = {
1717
LL: 'D. MMMM YYYY',
1818
LLL: 'D. MMMM YYYY H:mm',
1919
LLLL: 'dddd, D. MMMM YYYY H:mm'
20+
},
21+
relativeTime: {
22+
future: 'čez %s',
23+
past: 'pred %s',
24+
s: 'nekaj sekund',
25+
m: 'minuta',
26+
mm: '%d minut',
27+
h: 'ura',
28+
hh: '%d ur',
29+
d: 'dan',
30+
dd: '%d dni',
31+
M: 'mesec',
32+
MM: '%d mesecev',
33+
y: 'leto',
34+
yy: '%d let'
2035
}
2136
}
2237

0 commit comments

Comments
 (0)