Skip to content

Commit a20a2c8

Browse files
committed
Add Slovak locale
1 parent 4c37962 commit a20a2c8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

locales/jquery.timeago.sk.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Slovak
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: "pred",
4+
prefixFromNow: null,
5+
suffixAgo: null,
6+
suffixFromNow: null,
7+
seconds: "menej než minútou",
8+
minute: "minútou",
9+
minutes: "%d minútami",
10+
hour: "hodinou",
11+
hours: "%d hodinami",
12+
day: "1 dňom",
13+
days: "%d dňami",
14+
month: "1 mesiacom",
15+
months: "%d mesiacmi",
16+
year: "1 rokom",
17+
years: "%d rokmi"
18+
};

0 commit comments

Comments
 (0)