Bug 892354 - Time zone not translated in summary
Summary: Time zone not translated in summary
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Samantha N. Bueno
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-06 20:26 UTC by Benjamín Valero Espinosa
Modified: 2014-03-13 19:03 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-13 19:03:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Time zone not translated (49.74 KB, image/png)
2013-01-06 20:26 UTC, Benjamín Valero Espinosa
no flags Details

Description Benjamín Valero Espinosa 2013-01-06 20:26:17 UTC
Created attachment 673469 [details]
Time zone not translated

In the summary of the installation, in Spanish, the time zone is not translated.

In the screenshot, the time zone says "Europe/Madrid" (in English) and it should be "Europa/Madrid" (in Spanish).

Comment 1 Chris Lumens 2013-01-07 14:19:32 UTC
The string in the status method is:

            return _("%s timezone") % self._tzmap.get_timezone()

Which will of course never be translated correctly.  However I don't even know if timezones are translated in the first place.  Worth investigating.

Comment 2 Steve Tyler 2013-01-07 17:32:11 UTC
For the record, the CLDR supports time zone name translations.
They are under names:metazone and names:time-zone-cities.

Examples:
http://www.unicode.org/cldr/charts/summary/es.html
http://www.unicode.org/cldr/charts/summary/de.html
http://www.unicode.org/cldr/charts/summary/zh_Hant.html

It's not so clear how those relate to the names in the tzdata package.

Comment 3 Benjamín Valero Espinosa 2013-06-07 15:16:10 UTC
This still happens in Fedora 19 Beta.

Comment 4 Benjamín Valero Espinosa 2013-09-11 21:25:41 UTC
I have still reproduced it on Fedora 20 Alpha RC1 with a "netinst" installation.

Comment 5 Chris Lumens 2014-03-13 19:03:28 UTC
This is working on rawhide now.  Who knew.


Note You need to log in before you can comment on or make changes to this bug.