diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
commit | 2eabeba6b76d906664defe4392a7ca2640128712 (patch) | |
tree | 9c83ac41f4f58db3eb303f695755f43e51ba0cf2 /public/js/locales/bootstrap-datepicker.tr.js | |
parent | 045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (diff) |
finish milestone add page
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.tr.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.tr.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.tr.js b/public/js/locales/bootstrap-datepicker.tr.js new file mode 100644 index 00000000..2be8b6d8 --- /dev/null +++ b/public/js/locales/bootstrap-datepicker.tr.js @@ -0,0 +1,16 @@ +/** + * Turkish translation for bootstrap-datepicker + * Serkan Algur <kaisercrazy_2@hotmail.com> + */ +;(function($){ + $.fn.datepicker.dates['tr'] = { + days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"], + daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"], + daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"], + months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"], + monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"], + today: "Bugün", + format: "dd.mm.yyyy" + }; +}(jQuery)); + |