Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add russian lang, code inside #154

Open
Catofwanders opened this issue Dec 3, 2018 · 1 comment
Open

add russian lang, code inside #154

Catofwanders opened this issue Dec 3, 2018 · 1 comment

Comments

@Catofwanders
Copy link

$.DateTimePicker.i18n["ru"] = $.extend($.DateTimePicker.i18n["ru"], {

language: "ru",

dateTimeFormat: "dd-MM-yyyy HH:mm",
dateFormat: "dd-MM-yyyy",
timeFormat: "HH:mm",

shortDayNames:["Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
fullDayNames:["Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
shortMonthNames:["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
fullMonthNames:["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],

titleContentDate:"Выберите дату",
titleContentTime:"Выберите время",
titleContentDateTime:"Выберите дату и время",
setButtonContent:"Ок",
clearButtonContent:"Отмена",

});

@Catofwanders Catofwanders changed the title add russian lang code inside add russian lang, code inside Dec 3, 2018
@nehakadam
Copy link
Owner

There is a russian language file in i18n folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants