From f1309bffbf3b38661b9951bc14ede85e2a3b30bc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 11 Aug 2006 07:44:21 +0000 Subject: [PATCH] * bootstrap (get_translations): Don't exclude ky.po; it is working again. --- ChangeLog | 8 +++++++- bootstrap | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd17a3f..db04d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2006-08-11 Paul Eggert + + * bootstrap (get_translations): + Don't exclude ky.po; it is working again. + 2006-08-09 Paul Eggert - * 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. diff --git a/bootstrap b/bootstrap index a08742e..e23eb0f 100755 --- 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 = "" -- 2.44.0