]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove a FIXME.
authorBruno Haible <bruno@clisp.org>
Fri, 5 Dec 2003 12:23:33 +0000 (12:23 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:27 +0000 (12:11 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/localename.c

index 1c16987c351da11f3260feb33094f14aebc6b357..b44242c25b8b18a4be12c45176fe5ba6a871587a 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-05  Bruno Haible  <bruno@clisp.org>
+
+       * localename.c (_nl_locale_name): Change result for Latin Uzbek locale
+       to match the glibc name.
+
 2003-12-02  Bruno Haible  <bruno@clisp.org>
 
        * localename.c (LANG_AMHARIC, LANG_BURMESE, LANG_CAMBODIAN,
index b6c3827cbbd84e148c2a80399175d0b93f2555ff..cf3ddb2b0ce38c8750d59ce4c8718ced550277bf 100644 (file)
@@ -1121,8 +1121,7 @@ _nl_locale_name (int category, const char *categoryname)
     case LANG_UZBEK:
       switch (sub)
        {
-       /* FIXME: Adjust this when Uzbek locales appear on Unix.  */
-       case SUBLANG_UZBEK_LATIN: return "uz_UZ@latin";
+       case SUBLANG_UZBEK_LATIN: return "uz_UZ";
        case SUBLANG_UZBEK_CYRILLIC: return "uz_UZ@cyrillic";
        }
       return "uz";