aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-hr.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-hr.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-hr.js b/static/development-bundle/ui/i18n/ui.datepicker-hr.js
new file mode 100644
index 0000000..78e4006
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-hr.js
@@ -0,0 +1,19 @@
1/* Croatian i18n for the jQuery UI date picker plugin. */
2/* Written by Vjekoslav Nesek. */
3jQuery(function($){
4 $.datepicker.regional['hr'] = {
5 closeText: 'Zatvori',
6 prevText: '<',
7 nextText: '>',
8 currentText: 'Danas',
9 monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipani',
10 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
11 monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
12 'Srp','Kol','Ruj','Lis','Stu','Pro'],
13 dayNames: ['Nedjalja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
14 dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
15 dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
16 dateFormat: 'dd.mm.yy.', firstDay: 1,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['hr']);
19}); \ No newline at end of file