This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/18812] kab_DZ: new Kabyle Algeria locale


https://sourceware.org/bugzilla/show_bug.cgi?id=18812

--- Comment #13 from Mike FABIAN <maiku.fabian at gmail dot com> ---

http://unicode.org/cldr/trac/browser/trunk/common/main/kab.xml

contains:

        <posix>
                <messages>
                        <yesstr>Ih:I</yesstr>
                        <nostr>Uhu:U</nostr>
                </messages>
        </posix>


but your locale contains:

LC_MESSAGES
yesexpr "^[+1yYiI]"
noexpr  "^[-0nNaA]"
END LC_MESSAGES

If CLDR is right, shouldn’t noexpr be:

noexpr  "^[-0nNuU]"

Or is CLDR mistaken? Then one should fix it in CLDR ...


We should probably also add

yesstr "Ih"
nostr  "Uhu"

or whatever the right words for "yes" and "no" are in Kabyle.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]