git: Remove no_NO (only use nb_NO and nn_NO)

John Marino marino at crater.dragonflybsd.org
Wed Jul 22 15:24:12 PDT 2015


commit 1e77a474696a995bbb229814a4e1ce50b3977f91
Author: John Marino <draco at marino.st>
Date:   Wed Jul 22 23:14:50 2015 +0200

    Remove no_NO (only use nb_NO and nn_NO)
    
    There are only two variations of Norwegian: Bokmål or nynorsk, both of
    which are equally official.  These are established by law and governmental
    policy:  Bokmål (literally "book language") and Nynorsk (literally "new
    Norwegian").  The Norwegian Language Council recommends the terms
    "Newegian Bokmål" and "Norwegian Nynorsk" in English.
    
    The no_NO variant is a holdover from when nb_NO and nn_NO were created.
    In glibc, the old no_NO was kept as an alias to nb_NO.  This option is
    considered confusing and probably should have been removed years ago.

Summary of changes:
 Makefile_upgrade.inc                                        |  2 ++
 etc/mtree/BSD.local.dist                                    | 13 ++++++-------
 etc/mtree/BSD.usr.dist                                      | 10 ++--------
 lib/libc/nls/Makefile.inc                                   |  2 +-
 lib/libc/nls/{no_NO.ISO8859-1.msg => nb_NO.ISO8859-1.msg}   |  4 +---
 share/colldef/Makefile                                      |  8 ++++----
 share/colldef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src}  |  2 --
 .../colldef/{no_NO.ISO8859-15.src => nb_NO.ISO8859-15.src}  |  2 --
 share/locale-links/Makefile                                 |  9 ++++-----
 share/mklocale/Makefile                                     |  4 ++--
 share/monetdef/Makefile                                     |  8 ++++----
 share/monetdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} |  2 --
 share/msgdef/Makefile                                       |  8 ++++----
 share/msgdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src}   |  2 --
 share/nls/nls.alias                                         |  2 +-
 share/numericdef/Makefile                                   | 10 +++++-----
 .../numericdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} |  2 --
 share/timedef/Makefile                                      |  3 +--
 18 files changed, 37 insertions(+), 56 deletions(-)
 rename lib/libc/nls/{no_NO.ISO8859-1.msg => nb_NO.ISO8859-1.msg} (96%)
 rename share/colldef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} (91%)
 rename share/colldef/{no_NO.ISO8859-15.src => nb_NO.ISO8859-15.src} (91%)
 rename share/monetdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} (82%)
 rename share/msgdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} (61%)
 rename share/numericdef/{no_NO.ISO8859-1.src => nb_NO.ISO8859-1.src} (64%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e77a474696a995bbb229814a4e1ce50b3977f91


-- 
DragonFly BSD source repository



More information about the Commits mailing list