summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Perello Marin <carlos@gnome-db.org>2002-05-28 14:01:57 +0000
committerCarlos Perelló Marín <carlos@src.gnome.org>2002-05-28 14:01:57 +0000
commitef899af6f36ef1ff5871b6d97fa9e8c10c65bed5 (patch)
tree734d68b8e080b0cd80579670d7cafc068d9ff4c7
parent730c36e1fd2547b9c4279cd642f3c6c1d399f70a (diff)
downloadlibgtop-ef899af6f36ef1ff5871b6d97fa9e8c10c65bed5.tar.gz
Removed all es_* and added only es_ES.
2002-05-28 Carlos Perello Marin <carlos@gnome-db.org> * configure.in (ALL_LINGUAS): Removed all es_* and added only es_ES.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10ae4223..693e87a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-28 Carlos Perello Marin <carlos@gnome-db.org>
+
+ * configure.in (ALL_LINGUAS): Removed all es_* and added only es_ES.
+
2002-05-08 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Vietnamese (vi) to ALL_LINGUAS
diff --git a/configure.in b/configure.in
index 701201f8..a26d7927 100644
--- a/configure.in
+++ b/configure.in
@@ -282,8 +282,8 @@ AC_TYPE_SIGNAL
AC_FUNC_STRFTIME
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
-dnl ## all 'es_??' are only needed for format numbers different of 'es'
-ALL_LINGUAS="az ca da de el es es_DO es_GT es_HN es_MX es_PA es_PE es_SV fi fr ga gl hu ja ko ms nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN zh_TW"
+dnl ## 'es_ES' is only needed for format numbers different of 'es'
+ALL_LINGUAS="az ca da de el es es_ES fi fr ga gl hu ja ko ms nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN zh_TW"
GETTEXT_PACKAGE=libgtop-2.0
AC_SUBST(GETTEXT_PACKAGE)