#7714 closed bug (fixed)
Hungarian translation
Reported by: | ruskom | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.17 |
Component: | ui.datepicker | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I found some issues on the Hungarian translation for ui.datepicker. I've made some corrections:
- First of all the dateFormat is not correct for Hungarian culture. I think you should consider to verify all localization files by comparing with the jQuery.Globalize (https://github.com/jquery/globalize) culture files. So, the dateFormat has been updated to the correct format.
- There was a typo in dayNames.
- The closeText means "to close" not just "close".
- The prevText, nextText contained the left and right arrow. Not needed on a hint text. There are no arrows in the English localization.
- weekHeader changed, because it was a little bit confusing. In Hungarian language "Hét" means "Week", but "Hé" is a shortened version of "Hétfő" which means "Monday". So i think "Hét" is better than "Hé".
Change History (9)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Datepicker i18n hu: Corrected some spellings and abbreviations as well as dateFormat. Fixes #7714 - Hungarian translation
Changeset: b8821d945eef1485a4d3dc6dc9dc826fe7949329
comment:3 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Where globalize represents a four-digit year with yyyy and two-digit with yy, the current datepicker i18n system uses yy and y.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation
Changeset: cedac75bccbfd8eb2b0301fd40fc31a36a9296b1
comment:5 Changed 11 years ago by
Datepicker i17n hu: Corrected some spellings and abbreviations as well as dateFormat. Fixes #7714 - Hungarian translation
Changeset: eddf076b8c7d4e68a18823ffae884c113028801e
comment:6 follow-up: 8 Changed 11 years ago by
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)
Changeset: af7d433818d3d703fd19dd6ee067e8a6ac6cd811
comment:7 Changed 11 years ago by
Milestone: | 1.9 → 1.8.17 |
---|
comment:8 Changed 11 years ago by
Replying to Richard D. Worth:
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)
Changeset: af7d433818d3d703fd19dd6ee067e8a6ac6cd811
Thanks for the corrections.
comment:9 Changed 11 years ago by
Version: | git → 1.8.16 |
---|
I can not attach the file. So I paste the patch here: