Skip to content

Commit 8f7aa5d

Browse files
Pull trentrichardson#855 - Update Hellenic millisecText and microsecText
1 parent 9b9f033 commit 8f7aa5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/i18n/jquery-ui-timepicker-el.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
hourText: 'Ώρες',
88
minuteText: 'Λεπτά',
99
secondText: 'Δευτερόλεπτα',
10-
millisecText: 'μιλιδευτερόλεπτο',
11-
microsecText: 'Microseconds',
10+
millisecText: 'Χιλιοστοδευτερόλεπτα',
11+
microsecText: 'Μικροδευτερόλεπτα',
1212
timezoneText: 'Ζώνη ώρας',
1313
currentText: 'Τώρα',
1414
closeText: 'Κλείσιμο',
@@ -19,4 +19,4 @@
1919
isRTL: false
2020
};
2121
$.timepicker.setDefaults($.timepicker.regional['el']);
22-
})(jQuery);
22+
})(jQuery);

0 commit comments

Comments
 (0)