Skip to content

Commit 4edb868

Browse files
trentrichardson#769 Latvian localization added
1 parent 47ddf94 commit 4edb868

4 files changed

+64
-1
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+21
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,27 @@
468468
isRTL: false
469469
};
470470

471+
// source: src/i18n/jquery-ui-timepicker-lv.js
472+
/* Latvian translation for the jQuery Timepicker Addon */
473+
/* Written by Dmitry Bogatykh */
474+
475+
$.timepicker.regional['lv'] = {
476+
timeOnlyTitle: 'Ievadiet laiku',
477+
timeText: 'Laiks',
478+
hourText: 'Stundas',
479+
minuteText: 'Minūtes',
480+
secondText: 'Sekundes',
481+
millisecText: 'Milisekundes',
482+
microsecText: 'Mikrosekundes',
483+
timezoneText: 'Laika josla',
484+
currentText: 'Tagad',
485+
closeText: 'Aizvērt',
486+
timeFormat: 'HH:mm',
487+
amNames: ['AM', 'AM', 'A'],
488+
pmNames: ['PM', 'PM', 'P'],
489+
isRTL: false
490+
};
491+
471492
// source: src/i18n/jquery-ui-timepicker-nl.js
472493
/* Dutch translation for the jQuery Timepicker Addon */
473494
/* Written by Martijn van der Lee */

0 commit comments

Comments
 (0)