diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-04-17 Changwoo Ryu <cwryu@debian.org> + + * configure.in (ALL_LINGUAS): Added ko (Korean). + 2002-04-16 Akira TAGOH <tagoh@gnome.gr.jp> * configure.in (ALL_LINGUAS): add ja.po entry. diff --git a/configure.in b/configure.in index 2303e9a..8b346ba 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,7 @@ if test "x$GCC" = "xyes"; then fi changequote([,])dnl -ALL_LINGUAS="da es gl ja lv ms no pl pt ru sk sv tr uk" +ALL_LINGUAS="da es gl ja ko lv ms no pl pt ru sk sv tr uk" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |