mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Fix bo_CN and bo_IN.
Both bo_CN and bo_IN were not compiling. The following fix gets them into a usable state again giving a clean build result for `make localedata/install-locales`.
This commit is contained in:
parent
8020a80887
commit
c3cc2cf35a
@ -1,3 +1,8 @@
|
||||
2015-05-12 Marko Myllynen <myllynen@redhat.com>
|
||||
|
||||
* locales/bo_CN (LC_NAME): Fix compilation.
|
||||
* locales/bo_IN (LC_NAME): Likewise.
|
||||
|
||||
2015-05-12 Leonhard Holz <leonhard.holz@web.de>
|
||||
|
||||
* gen-locales.mk: New Makefile snippet to generate locales.
|
||||
|
@ -146,7 +146,7 @@ END LC_MEASUREMENT
|
||||
LC_NAME
|
||||
% FIXME
|
||||
|
||||
name_fmt ""
|
||||
name_fmt " "
|
||||
% name_gen "FIXME"
|
||||
% name_miss "FIXME"
|
||||
% name_mr "FIXME"
|
||||
|
@ -71,7 +71,7 @@ END LC_MEASUREMENT
|
||||
|
||||
LC_NAME
|
||||
% FIXME
|
||||
name_fmt ""
|
||||
name_fmt " "
|
||||
% name_gen "FIXME"
|
||||
% name_miss "FIXME"
|
||||
% name_mr "FIXME"
|
||||
|
Loading…
Reference in New Issue
Block a user