diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2015-02-10 09:54:44 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2015-02-10 09:54:44 -0500 |
commit | d57c77b8ad1738e00fa691fb876b2c249a523ec2 (patch) | |
tree | 83bf23d4052c293fa65390252fc5788b890707c9 /dist/i18n/jquery-ui-timepicker-sk.js | |
parent | d9df7854f117e5cac0b32a965246b114f59855a9 (diff) | |
download | jQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.zip jQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.tar.gz jQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.tar.bz2 |
#786 Adds missing timeSuffix to i18n
Diffstat (limited to 'dist/i18n/jquery-ui-timepicker-sk.js')
-rw-r--r-- | dist/i18n/jquery-ui-timepicker-sk.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/i18n/jquery-ui-timepicker-sk.js b/dist/i18n/jquery-ui-timepicker-sk.js index 15700e0..eee0d0b 100644 --- a/dist/i18n/jquery-ui-timepicker-sk.js +++ b/dist/i18n/jquery-ui-timepicker-sk.js @@ -13,6 +13,7 @@ currentText: 'Teraz', closeText: 'Zavrieť', timeFormat: 'H:m', + timeSuffix: '', amNames: ['dop.', 'AM', 'A'], pmNames: ['pop.', 'PM', 'P'], isRTL: false |