about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2015-05-16 01:40:04 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-05-16 01:40:04 -0400
commitc3cc2cf35a18474ce76e128861816bab10bec5c1 (patch)
tree5133a5f0c58c5312ef657b3a03cc40985ca1006a
parent8020a808870dc6199e584562b3b64f52054359e8 (diff)
downloadglibc-c3cc2cf35a18474ce76e128861816bab10bec5c1.tar.gz
glibc-c3cc2cf35a18474ce76e128861816bab10bec5c1.tar.xz
glibc-c3cc2cf35a18474ce76e128861816bab10bec5c1.zip
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`.
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/locales/bo_CN2
-rw-r--r--localedata/locales/bo_IN2
3 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 728b500b6f..8b7a4140c3 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -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.
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
index d813c103ae..8c866ab8f3 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 8ab793c833..b396ee1219 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"