Skip to content

Commit c3e1143

Browse files
author
Trent
committed
Added localizations for Dutch and Russian
1 parent 8cbc6dc commit c3e1143

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$.timepicker.regional.nl = {
2+
timeOnlyTitle: 'Tijdstip',
3+
timeText: 'Tijd',
4+
hourText: 'Uur',
5+
minuteText: 'Minuut',
6+
secondText: 'Seconde',
7+
currentText: 'Vandaag',
8+
closeText: 'Sluiten',
9+
ampm: false
10+
};
11+
$.timepicker.setDefaults($.timepicker.regional.nl);
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$.timepicker.regional.ru = {
2+
timeOnlyTitle: 'Выберите время',
3+
timeText: 'Время',
4+
hourText: 'Часы',
5+
minuteText: 'Минуты',
6+
secondText: 'Секунды',
7+
currentText: 'Теперь',
8+
closeText: 'Закрыть',
9+
ampm: false
10+
};
11+
$.timepicker.setDefaults($.timepicker.regional.ru);

0 commit comments

Comments
 (0)