Skip to content

Commit f6c1dd4

Browse files
committed
Merge pull request rmm5t#160 from Phoenixheart/master
Added Vietnamese (vi) locale
2 parents 96d4406 + 61e23e1 commit f6c1dd4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

locales/jquery.timeago.vi.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Vietnamese
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: 'cách đây',
4+
prefixFromNow: null,
5+
suffixAgo: null,
6+
suffixFromNow: "trước",
7+
seconds: "chưa đến một phút",
8+
minute: "khoảng một phút",
9+
minutes: "%d phút",
10+
hour: "khoảng một tiếng",
11+
hours: "khoảng %d tiếng",
12+
day: "một ngày",
13+
days: "%d ngày",
14+
month: "khoảng một tháng",
15+
months: "%d tháng",
16+
year: "khoảng một năm",
17+
years: "%d năm",
18+
wordSeparator: " ",
19+
numbers: []
20+
};

0 commit comments

Comments
 (0)