Browse Source

* bootstrap (get_translations):
Don't exclude ky.po; it is working again.

Paul Eggert 18 years ago
parent
commit
f1309bffbf
2 changed files with 8 additions and 2 deletions
  1. 7 1
      ChangeLog
  2. 1 1
      bootstrap

+ 7 - 1
ChangeLog

@@ -1,6 +1,12 @@
+2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* bootstrap (get_translations):
+	Don't exclude ky.po; it is working again.
+
 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 
-	* bootstrap: Don't exclude ja.po; it is working again.
+	* bootstrap (get_translations):
+	Don't exclude ja.po; it is working again.
 	Don't remove all old .po files if we're merely updating one.
 	Don't remove all old .po files if we're merely updating one.
 	* po/.cvsignore: Add Makevars.
 	* po/.cvsignore: Add Makevars.
 
 

+ 1 - 1
bootstrap

@@ -130,7 +130,7 @@ get_translations() {
 
 
       # Work around bugs in translations uncovered by gettext 0.15.
       # Work around bugs in translations uncovered by gettext 0.15.
       # This workaround can be removed once the translations are fixed.
       # This workaround can be removed once the translations are fixed.
-      if (lang == "hu" || lang == "ky" || lang == "zh_TW") next
+      if (lang == "hu" || lang == "zh_TW") next
 
 
       ver = $2
       ver = $2
       urlfmt = ""
       urlfmt = ""