]> Dogcows Code - chaz/tar/commitdiff
* bootstrap (get_translations):
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Aug 2006 07:44:21 +0000 (07:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Aug 2006 07:44:21 +0000 (07:44 +0000)
Don't exclude ky.po; it is working again.

ChangeLog
bootstrap

index dd17a3fd1eb1b3be7a8a7eaf88fde0e6705098c4..db04d62ebd43b7e78d8649c3d937d456b34c262a 100644 (file)
--- a/ChangeLog
+++ b/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>
 
-       * 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.
        * po/.cvsignore: Add Makevars.
 
index a08742e39245a56fd6afe4e60138a6ee83cbee77..e23eb0f3a81f874e6c2613e1a167f818baa9967a 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -130,7 +130,7 @@ get_translations() {
 
       # Work around bugs in translations uncovered by gettext 0.15.
       # 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
       urlfmt = ""
This page took 0.033015 seconds and 4 git commands to generate.