Bug 474526

Summary: [hne_IN] Chhattisgarhi language locale not available
Product: [Fedora] Fedora Reporter: Pravin Satpute <psatpute>
Component: glibcAssignee: Pravin Satpute <psatpute>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: drepper, i18n-bugs, jakub
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-08 10:51:53 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:
Attachments:
Description Flags
locale file for hne_IN Chhattisgarhi language
none
locale file for hne_IN Chhattisgarhi language
none
locale file for hne_IN Chhattisgarhi language none

Description Pravin Satpute 2008-12-04 10:05:41 UTC
Description of problem:
Chhattisgarhi language locale not available

Version-Release number of selected component (if applicable):
glibc-2.9-2

How reproducible:
everytime

Steps to Reproduce:
1.check /usr/share/i18n/locale/
2.
3.
  
Actual results:


Expected results:


Additional info:
http://en.wikipedia.org/wiki/Chhattisgarhi_language

Comment 1 Pravin Satpute 2008-12-04 10:14:22 UTC
Created attachment 325662 [details]
locale file for hne_IN Chhattisgarhi language

Comment 2 Ulrich Drepper 2008-12-05 03:28:41 UTC
Fix up the patch:

- the company name is Red Hat, not Redhat

- you've copied all kinds of categories.  For all categories which are identical with any of the other Indian locales, use copy "..." instead

- add the "hne" language code in the lang_term field

Comment 3 Pravin Satpute 2008-12-05 05:29:53 UTC
Created attachment 325801 [details]
locale file for hne_IN Chhattisgarhi language

Comment 4 Pravin Satpute 2008-12-05 05:33:12 UTC
(In reply to comment #2)
> Fix up the patch:
> 
> - the company name is Red Hat, not Redhat
> 
> - you've copied all kinds of categories.  For all categories which are
> identical with any of the other Indian locales, use copy "..." instead

done

> - add the "hne" language code in the lang_term field
sorry, i didnt understood exactly where to add this
is it here?
language   "Chhattisgarhi"

Comment 5 Ulrich Drepper 2008-12-05 05:39:32 UTC
LC_ADDRESS has language information in it.  hi_IN doesn't have the correct information either but we shouldn't create situations where we cannot add missing information.

> sorry, i didnt understood exactly where to add this
> is it here?
> language   "Chhattisgarhi"

in LC_ADDRESS there are fields lang_term etc.  Look at a locale like de_DE.

Comment 6 Pravin Satpute 2008-12-05 06:13:32 UTC
adding lang_term field giving me error
LC_ADDRESS: terminology language code `hne' not defined
is there anything else need to do

Comment 7 Pravin Satpute 2008-12-05 06:17:32 UTC
Created attachment 325805 [details]
locale file for hne_IN Chhattisgarhi language

Comment 8 Ulrich Drepper 2008-12-05 06:26:42 UTC
(In reply to comment #6)
> adding lang_term field giving me error
> LC_ADDRESS: terminology language code `hne' not defined
> is there anything else need to do

That's expected.  I've already changed it upstream.

Comment 9 Pravin Satpute 2008-12-05 06:29:11 UTC
thats nice
Thanks :)

Comment 10 Ulrich Drepper 2008-12-06 02:13:37 UTC
Applied upstream.  Will be in the next build.