This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/1170] ne_NP: update Nepali locale definition file


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

--- Comment #11 from Mike Frysinger <vapier at sourceware dot org> ---
(In reply to Paras pradhan from comment #1)

let me summarize the "real" changes here.  i'll ignore:
 - header/comment updates
 - all changes to LC_IDENTIFICATION
 - all changes to LC_COLLATE (fairly certain they're incorrect, or we should be
changing the common iso file)
 - all the whitespace/style changes

so with that in mind, your patch does the following:

LC_MONETARY
 *int_curr_symbol: INR -> NPR
  mon_grouping:    3   -> 3;2
  positive_sign:   ""  -> "+"
LC_TIME
  abday
    tuesday:       ààà -> àààà
    thursday:      àààà -> àààà
  day
    tuesday:       àààààà -> ààààààà
    thursday:      ààààààà -> ààààààà
  abmon:
    january:       ààààà  -> àà
    february:      ààààà  -> àà
    april:         àààà  -> àààà
    may:           àà    -> à
    july:          àààà  -> ààà
    august:        àààà  -> àà
    september:     àààààà -> ààà
    october:       ààààà -> ààà
    november:      ààààà  -> ààà
    december:      àààààà -> ààà
  mon:
    february:      ààààà  -> àààààà
    april:         àààà  -> ààààà
    may:           àà    -> à
    september:     àààààà -> àààààà
    october:       ààààà -> àààààà
    november:      ààààà -> àààààà
    december:      àààààà -> àààààà
  d_t_fmt:         %A %d %b %Y %I:%M:%S %p %Z -> %Y %B %d %I:%M:%S %p
  d_fmt:           %A %d %b %Y                -> %Y %B %d %A
  t_fmt:           %I:%M:%S  %Z               -> %H:%M:%S
  t_fmt_ampm:      %I:%M:%S %p %Z             -> %I:%M:%S %p
  date_fmt:        %a %b %e %H:%M:%S %Z %Y    -> %Y %B %d %A
LC_MESSAGES:
 *{yes,no}str:     missing translations added
LC_NAME:
  name_fmt:        %p%t%f%t%g -> %p%t%g%t%m%t%f
  name_{mr,mrs,miss}: missing translations added
LC_ADDRESS:
  postal_fmt:      %z%c%T%s%b%e%r -> %f%N%h%s%N%T
  country_{ab2,ab3,num}: wrongly deleted
LC_TELEPHONE:
  tel_int_fmt:     +%c ;%a ;%l -> +%c %a %l
 *int_prefix:      91 -> 977 (and incorrectly localized to ààà)

all the fields that have a * means those changes have landed in current master
at some point.

i'm not sure about mon_grouping/positive_sign.  i'd rather omit those for now
as the majority of locales do.

your abday/day/mon changes match CLDR, so that should be fine.  the abmon
entries in CLDR look wrong (they don't abbreviate, or they just use à, à, à,
etc...).

the LC_TIME fmt fixes look correct and generally align with CLDR.  the existing
values seem to be a copy/paste hold over from the IN locale.

the tel_int_fmt is changing to the default, so that's fine.

since everything else has been correct, i'll assume name_fmt/postal_fmt are OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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