This is the mail archive of the libc-alpha@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]

Re: [PATCH v3] Added Fiji Hindi language locale for Fiji


> [BZ #21207]
>        * locales/hif_FJ: New file.
> >        * SUPPORTED: Add hif_FJ/UTF-8.
> >        * modified:   locale/iso-639.def
> >
> 
>> +LC_TIME
> +% English  -> Fiji Hindi
> 
> Why this line?

Not requited, removed 

> +% Sunday   -> Ravivar	
> > +% Monday  -> Somvar	
> > +% Tuesday  -> Mangalvar
> > +% Wednesday -> Budhvar
> > +% Thursday -> Guruvar
> > +% Friday   -> Shukravar
> +% Saturday -> Shanivar
> > +abday  "<U0052><U0061><U0076><U0069>";/
> > +	"<U0053><U006F><U006D>";/
> +       "<U004D><U0061><U006E><U0067><U0061><U006C>";/
> +	"<U0042><U0075><U0064><U0068>";/
> +       "<U0047><U0075><U0072><U0075>";/
> +	"<U0053><U0068><U0075><U006B><U0072><U0061>";/
> +       "<U0053><U0068><U0061><U006E><U0069>"

[...]
> 
> > +% Abbreviated month names
> > +abmon   "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
> > +        "<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
>> +        "<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/
> +        "<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/
> > +        "<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/
> > +        "<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
> +%
> +% Full month names
> +mon     "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/
> +        "<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/
> +        "<U004D><U0061><U0072><U0063><U0068>";/
> +        "<U0041><U0070><U0072><U0069><U006C>";/
> +        "<U004D><U0061><U0079>";/
> +        "<U004A><U0075><U006E><U0065>";/
> +        "<U004A><U0075><U006C><U0079>";/
> +        "<U0041><U0075><U0067><U0075><U0073><U0074>";/
> +        "<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
> +        "<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
> +        "<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
> +        "<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"

> Is it OK that these month names and abbreviated month names are in
> English?
  
  Yes, month name and abbreviated names are (100%) correct 
  
> [...]
>
> +LC_MESSAGES
> > +% Yes -> Haan
> > +% No -> Nahi
> +yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
> +noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
> +yesstr  "<U0068><U0061><U0061><U006E>"
> +nostr   "<U004E><U0061><U0068><U0069><U006E>"
> +END LC_MESSAGES

> Maybe add hH to the yesexpr? Like this:

Agree,  yesexpr is updated 

> LC_MESSAGES
> % Yes -> Haan
> % No -> Nahi
> yesexpr "^[+1hHyY]"
> noexpr  "^[-0nN]"
> yesstr  "haan"
Fix haan-> Haan
> nostr   "Nahin"
Fix Nahin-> Nahi

Please refer final locale for hif_FJ
https://sourceware.org/ml/libc-alpha/2017-07/msg00531.html


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