Skip to content

Commit a65df5e

Browse files
committed
Merge pull request rmm5t#220 from Ayesh/master
Sinhalese language
2 parents 0fca524 + 000de5d commit a65df5e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

locales/jquery.timeago.si.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Sinhalese (SI)
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: null,
4+
prefixFromNow: null,
5+
suffixAgo: "පෙර",
6+
suffixFromNow: "පසුව",
7+
seconds: "තත්පර කිහිපයකට",
8+
minute: "මිනිත්තුවකට පමණ",
9+
minutes: "මිනිත්තු %d කට",
10+
hour: "පැයක් පමණ ",
11+
hours: "පැය %d කට පමණ",
12+
day: "දවසක ට",
13+
days: "දවස් %d කට ",
14+
month: "මාසයක් පමණ",
15+
months: "මාස %d කට",
16+
year: "වසරක් පමණ",
17+
years: "වසරක් %d කට පමණ"
18+
};

0 commit comments

Comments
 (0)