PHP Classes

File: public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.ru.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.ru.js   Download  
File: public/asset/vendor/datepicker/js/locales/bootstrap-datepicker.ru.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 866 bytes
 

Contents

Class file image Download
/** * Russian translation for bootstrap-datepicker * Victor Taranenko <darwin@snowdale.com> */ ;(function($){ $.fn.datepicker.dates['ru'] = { days: ["???????????", "???????????", "???????", "?????", "???????", "???????", "???????", "???????????"], daysShort: ["???", "???", "???", "???", "???", "???", "???", "???"], daysMin: ["??", "??", "??", "??", "??", "??", "??", "??"], months: ["??????", "???????", "????", "??????", "???", "????", "????", "??????", "????????", "???????", "??????", "???????"], monthsShort: ["???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"], today: "???????" }; }(jQuery));