Message ID | 55508FEB.8010903@redhat.com |
---|---|
State | New |
Headers | show |
On 05/11/2015 07:18 AM, Marko Myllynen wrote: > Could you please commit it (I don't have privileges)? > > I did a quick glibc build and it was a worthwhile effort - the locale > itself is now ok but I needed to adjust the Locales wiki page a bit for > cases where a new language code is used and also noticed that when doing > "make localedata/install-locales install_root=..." it doesn't halt on > errors, that's probably why we have bo_CN and bo_IN in the tree which > don't compile. Not sure is not halting on errors wanted or not but below > is a quick&dirty patch to fix the compilation issues. > > > 2015-05-11 Marko Myllynen <myllynen@redhat.com> > > * locales/bo_CN (LC_NAME): Fix compilation. > * locales/bo_IN (LC_NAME): Likewise. Committed. c.
Hi, yes, once the azb_IR locale gets committed, below Carlos committed the compilation fixes for the bo_* locales only. Cheers, On 2015-05-16 20:32, Mjbmr wrote: > Would it get listed here > <https://sourceware.org/git/?p=glibc.git;a=tree;f=localedata/locales;h=9f86c52881fe440e280fb149f68c088cfe670c59;hb=HEAD>? > > On 5/16/2015 10:12 AM, Carlos O'Donell wrote: >> On 05/11/2015 07:18 AM, Marko Myllynen wrote: >>> Could you please commit it (I don't have privileges)? >>> >>> I did a quick glibc build and it was a worthwhile effort - the locale >>> itself is now ok but I needed to adjust the Locales wiki page a bit for >>> cases where a new language code is used and also noticed that when doing >>> "make localedata/install-locales install_root=..." it doesn't halt on >>> errors, that's probably why we have bo_CN and bo_IN in the tree which >>> don't compile. Not sure is not halting on errors wanted or not but below >>> is a quick&dirty patch to fix the compilation issues. >>> >>> >>> 2015-05-11 Marko Myllynen <myllynen@redhat.com> >>> >>> * locales/bo_CN (LC_NAME): Fix compilation. >>> * locales/bo_IN (LC_NAME): Likewise. >> Committed. >> >> c. >
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN index d813c10..8c866ab 100644 --- a/localedata/locales/bo_CN +++ b/localedata/locales/bo_CN @@ -146,7 +146,7 @@ END LC_MEASUREMENT LC_NAME % FIXME -name_fmt "" +name_fmt " " % name_gen "FIXME" % name_miss "FIXME" % name_mr "FIXME" diff --git a/localedata/locales/bo_IN b/localedata/locales/bo_IN index 8ab793c..b396ee1 100644 --- a/localedata/locales/bo_IN +++ b/localedata/locales/bo_IN @@ -71,7 +71,7 @@ END LC_MEASUREMENT LC_NAME % FIXME -name_fmt "" +name_fmt " " % name_gen "FIXME" % name_miss "FIXME" % name_mr "FIXME"