Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Cause:
Anaconda didn't respect chosen language (locale) when displaying date.
Consequence:
Fixed date format used for all languages.
Fix:
Anaconda respects chosen language (locale) when displaying date.
Result:
Different date formats for different languages.
DescriptionNoriko Mizumoto
2013-12-17 23:40:58 UTC
Description of problem:
While installing, there are strings appeared in English.
Version-Release number of selected component (if applicable):
This is the result from RHEL7 QA Event held on 2013-12-18
http://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Client/x86_64/os/
anaconda-19.31.36-1.el7.x86_64
How reproducible:
Always
Steps to Reproduce:
1. HTTP install
2. Choose Japanese
3. Configure timezone
Actual results:
1) 'area' selection list in English (such as Asia, Europe, etc)
2) 'city' selection list in English (such as Tokyo, etc)
3) '-th' and 'year' missing from the date, it appears as '12月 17 2013'
Expected results:
1) 'area' selection list in Japanese (such as アジア,ヨーロッパ, etc)
2) 'city' selection list in Japanese (such as 東京, etc)
3) '-th' and 'year' missing from the date, it should appears as '12月 17日 2013年' or '2013年 12月 17日'. The latter is more proper way.
Additional info:
Created attachment 940653[details]
date format incorrect
Hi
I tried to reproduce this bug with the image RHEL-7.0-20140409.0-Server-x86_64-dvd1.iso.
1)'area' appears in Japanese as expected.
2)'city' appears in Japanese as expected.
3)'-th' and 'year' are still missing, please see attached screenshot (bottom right corner, the format is '9月 24 2014').
I've tried to issue 'date' command.
[root@localhost ~]# rpm -qa | grep tzdata
tzdata-java-2014b-1.el7.noarch
tzdata-2014b-1.el7.noarch
[root@localhost ~]# LANG=ja_JP.utf8
[root@localhost ~]# date
2014年 9月 24日 水曜日 13:01:34 EST
The order of year-month-date shown in anaconda and tzdata is different, one is '9月 24 2014' (month-date-year) while another '2014年 9月 24日' (year-month-date).
The component is changed to 'anaconda', as the date appears in comboboxes seems not using tzdata.
3)'-th' and 'year' are still missing, please see attached screenshot (bottom right corner, the format is '9月 24 2014').
Back to Anaconda.
Noriko Mizumoto, comment#11> 1)'area' appears in Japanese as expected.
Noriko Mizumoto, comment#11> 2)'city' appears in Japanese as expected.
So the translations (which come from langtable) are there.
The localization of the time date format at the bottom right of
the time zone screen in Anaconda is not from langtable.
These are 3 comboboxes which are most likely hardcoded in that order
by Anaconda.
(In reply to Mike FABIAN from comment #16)
> Created attachment 948407[details]
> date-format-correct-for-japanese.png
>
> The comboboxes to set the date look very good for Japanese now.
OH! I can see them beautifully perfect, thank you!
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2015-0312.html