Launchpad has imported 9 comments from the remote bug at
http://sourceware.org/bugzilla/show_bug.cgi?id=10824.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-10-21T23:16:27+00:00 Adi Roiban wrote:

Hi,

I'm helping the Chuvash speaking users to implemnt Chuvash locale
support in glibc.

The initial bug report was filed in Ubuntu here.

The cv_RU locale file can be found here:
http://launchpadlibrarian.net/33739429/cv_RU

When trying to install the file we get this error, but we don't know how
to fix it.

$ localedef -i '/home/blackfez/Desktop/cv_RU' -f ISO-8859-1 cv_RU
LC_ADDRESS: `lang_ab' value does not match `lang_term' value
LC_ADDRESS: `lang_lib' value does not match `lang_term' value
LC_ADDRESS: `country_ab2' value does not match `country_num' value
LC_ADDRESS: `country_ab3' value does not match `country_num' value

Any help is much appreciated!

Kindest regards,
Adi

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/16

------------------------------------------------------------------------
On 2009-10-22T00:12:16+00:00 Dmitry V. Levin wrote:

That locale file contains several buggy and/or redundant definitions that should
be replaced with
copy "ru_RU"
statements.  See also
http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/tt_RU

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/18

------------------------------------------------------------------------
On 2009-10-22T00:27:43+00:00 Adi Roiban wrote:

Created attachment 4307
cv_RU locale files

I have replace the redundant entries with copy "ru_RU" but we still get those
errors.

Looking at this error message I don't know why lang_ab should match lang_term.
For many locales they are not the same.
LC_ADDRESS: `lang_ab' value does not match `lang_term' value

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/19

------------------------------------------------------------------------
On 2009-10-22T18:37:43+00:00 Adi Roiban wrote:

Created attachment 4311
Working locale file

I have copied LC_ADDRESS from ru_RU and now it is working.

Can you please include it in the next glib release?

Many thanks!

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/21

------------------------------------------------------------------------
On 2009-10-26T20:52:44+00:00 Drepper-fsp wrote:

The code below is not sufficient.  You have to use reorder_after to assign the
collation symbols their place. Just mentioning it in the comment is not going to
work.


LC_COLLATE
copy "iso14651_t1"

% The Chuvash alphabet has the following letters, ordered as below:
% a a( c e e( h i j k l m n p r s< s s, t u u: v y

collating-symbol <a(>
collating-symbol <e(>
collating-symbol <s<>
collating-symbol <s,>
collating-symbol <u:>

END LC_COLLATE


Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/24

------------------------------------------------------------------------
On 2009-11-01T14:39:51+00:00 Adi Roiban wrote:

Created attachment 4348
reorder-after added

Hi,

I have added the reorder-after reference.

Please excuse my errors. I'm still trying to understand the ISO 146522
standard


Cheers

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/25

------------------------------------------------------------------------
On 2009-11-01T14:55:30+00:00 Adi Roiban wrote:

Created attachment 4349
diaerisis fixed

This should fix the diaeresis problem

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/26

------------------------------------------------------------------------
On 2009-11-16T21:50:53+00:00 Adi Roiban wrote:

HI,

Is there anything I can do to push forward a resolution for this issue?

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/27

------------------------------------------------------------------------
On 2010-04-09T03:17:37+00:00 Drepper-fsp wrote:

I've added the locale now.

Reply at: https://bugs.launchpad.net/glibc/+bug/451204/comments/28


** Changed in: glibc
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/451204

Title:
  Chuvash locale missing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to