mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-26 20:56:21 +08:00
由gopath形式改为module
This commit is contained in:
17
boss/static/lib/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.tr.js
vendored
Normal file
17
boss/static/lib/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.tr.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Turkish translation for bootstrap-datetimepicker
|
||||
* Serkan Algur <kaisercrazy_2@hotmail.com>
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.datetimepicker.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",
|
||||
suffix: [],
|
||||
meridiem: []
|
||||
};
|
||||
}(jQuery));
|
||||
|
||||
Reference in New Issue
Block a user