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 /src/i18n/jquery-ui-timepicker-ko.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 'src/i18n/jquery-ui-timepicker-ko.js')
-rw-r--r-- | src/i18n/jquery-ui-timepicker-ko.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/jquery-ui-timepicker-ko.js b/src/i18n/jquery-ui-timepicker-ko.js index 0a41c5b..ca85b88 100644 --- a/src/i18n/jquery-ui-timepicker-ko.js +++ b/src/i18n/jquery-ui-timepicker-ko.js @@ -13,6 +13,7 @@ currentText: '현재 시각', closeText: '닫기', timeFormat: 'tt h:mm', + timeSuffix: '', amNames: ['오전', 'AM', 'A'], pmNames: ['오후', 'PM', 'P'], isRTL: false |