Skip to content

Commit

Permalink
Fix bo_CN and bo_IN.
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
Marko Myllynen authored and Carlos O'Donell committed May 16, 2015
1 parent 8020a80 commit c3cc2cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion localedata/locales/bo_CN
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ END LC_MEASUREMENT
LC_NAME
% FIXME

name_fmt ""
name_fmt " "
% name_gen "FIXME"
% name_miss "FIXME"
% name_mr "FIXME"
Expand Down
2 changes: 1 addition & 1 deletion localedata/locales/bo_IN
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ END LC_MEASUREMENT

LC_NAME
% FIXME
name_fmt ""
name_fmt " "
% name_gen "FIXME"
% name_miss "FIXME"
% name_mr "FIXME"
Expand Down

0 comments on commit c3cc2cf

Please sign in to comment.