Bug 246376
| Summary: | smolt registers different language codes for Romanian language | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Răzvan Sandu <rsandu2004> |
| Component: | smolt | Assignee: | Mike McGrath <mmcgrath> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dsantani, jeff |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://smolt.fedoraproject.org/stats | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-10-14 07:24:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 327431, 329101 | ||
| Bug Blocks: | |||
|
Description
Răzvan Sandu
2007-07-01 09:23:43 UTC
I'd say this is a bug in python. The code that pulls out comes from: import os print os.environ['LANG'] I'll take a look and see if I can combine the queries. I'm sure the same issue applies to other languages as well. Here's a question for the translations folks. Is there any difference (at least as far as you guys care) between de_DE de_DE.UTF-8 de_DE@euro ? Some points that might help: 1. de_DE means: German of Germany. "de" by itself means German, independently of location. Some languages (like portuguese) are different between locations, but others (like greek) are the same. 2. When the language is used everywhere the same, translation teams often use just the language code (el), to denote that. However, the gettext standard is to use the complete code (el_GR) in the system, even if the system is not in Greece. 3. The correct encoding notation is UTF-8, not UTF_8. This shouldn't be used to identify a language, because one might use a different encoding, yet his system will use the same language (as an example, greek also uses el_GR.ISO-8859-7. All these should be combined to one number (el_GR). 3. Some language codes (like the third) define a special character set. I don' know which application defines this strange @euro suffix, but again, it shouldn't be considered a language differentiation. Hello, Just a short note: In RedHat-like systems, language is set in /etc/sysconfig/i18n and keyboard layout is in /etc/sysconfig/keyboard. I always modify the first file after installing my systems and the modification is immediate: running smoltSendProfile „see” the modification without rebooting the machine. It seems that on some systems or distros /etc/sysconfig/i18n incorrectly contains "ro_RO.UTF_8" instead of "ro_RO.UTF-8". Can someone confirm this (in *default* configuration) ? Regards, Răzvan It seems the package that contains these national codes is iso-codes. I think that this bug - that is not really smolt-related - must be handled by the owner of /etc/sysconfig/i18n - am I wrong ? Răzvan This seems to be a bug in anaconda - please see bug #327431. I'm closing this now. Regards, Răzvan *** This bug has been marked as a duplicate of 327431 *** |