Skip to content

Commit 117a811

Browse files
authored
Merge pull request #2025 from chanafdo/master
Added Sinhala (si) locale
2 parents b18bacd + 7a411db commit 117a811

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

dist/locales/bootstrap-datepicker.si.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/locales/bootstrap-datepicker.si.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
* Sinhala translation for bootstrap-datepicker
3+
* Chanaka Fernando <[email protected]>
4+
*/
5+
;(function($){
6+
$.fn.datepicker.dates['si'] = {
7+
days: ["ඉරිදා", "සඳුදා", "අඟහරුවාදා", "බදාදා", "බ්‍රහස්පතින්දා", "සිකුරාදා", "සෙනසුරාදා"],
8+
daysShort: ["ඉරි", "සඳු", "අඟ", "බදා", "බ්‍රහ", "සිකු", "සෙන"],
9+
daysMin: ["ඉ", "ස", "අ", "බ", "බ්‍ර", "සි", "සෙ"],
10+
months: ["ජනවාරි", "පෙබරවාරි", "මාර්තු", "අප්‍රේල්", "මැයි", "ජුනි", "ජූලි", "අගෝස්තු", "සැප්තැම්බර්", "ඔක්තෝබර්", "නොවැම්බර්", "දෙසැම්බර්"],
11+
monthsShort: ["ජන", "පෙබ", "මාර්", "අප්‍රේ", "මැයි", "ජුනි", "ජූලි", "අගෝ", "සැප්", "ඔක්", "නොවැ", "දෙසැ"],
12+
today: "අද",
13+
monthsTitle: "මාස",
14+
clear: "මකන්න",
15+
weekStart: 0,
16+
format: "yyyy-mm-dd"
17+
};
18+
}(jQuery));

0 commit comments

Comments
 (0)