Skip to content

Commit

Permalink
Merge pull request #2117 from bakhtiyor/master
Browse files Browse the repository at this point in the history
Added Tajik language
  • Loading branch information
acrobat committed Feb 6, 2017
2 parents 3e56fdb + b8276cd commit c15618a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions js/locales/bootstrap-datepicker.tj.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* Tajik translation for bootstrap-datepicker
* Bakhtiyor Bahritidinov <i@bakhtiyor.tj>
*/
;(function($){
$.fn.datepicker.dates['tj'] = {
days: ["Якшанбе", "Душанбе", "Сешанбе", "Чоршанбе", "Панҷшанбе", "Ҷумъа", "Шанбе"],
daysShort: ["Якш", "Дшн", "Сшн", "Чшн", "Пшн", "Ҷм", "Шнб"],
daysMin: ["Яш", "Дш", "Сш", "Чш", "Пш", "Ҷм", "Шб"],
months: ["Январ", "Феврал", "Март", "Апрел", "Май", "Июн", "Июл", "Август", "Сентябр", "Октябр", "Ноябр", "Декабр"],
monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
today: "Имрӯз",
monthsTitle: "Моҳҳо",
clear: "Тоза намудан",
weekStart: 1,
format: "dd.mm.yyyy"
};
}(jQuery));

0 comments on commit c15618a

Please sign in to comment.