diff options
author | German Poo-Caaman~o <gpoo@ubiobio.cl> | 2003-02-02 21:47:57 +0800 |
---|---|---|
committer | Germán Poó Caamaño <gpoo@src.gnome.org> | 2003-02-02 21:47:57 +0800 |
commit | e13619917174d7b03497959c39f5effbceafaaf7 (patch) | |
tree | 2af325a4820b77b94436fdbe518f988bf9eca5d9 /configure.in | |
parent | 7423fae667b40119604f2376a0bc2cc14701bbe5 (diff) | |
download | gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar.gz gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar.bz2 gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar.lz gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar.xz gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.tar.zst gsoc2013-epiphany-e13619917174d7b03497959c39f5effbceafaaf7.zip |
Added es (Spanish) to ALL_LINGUAS.
2003-02-02 German Poo-Caaman~o <gpoo@ubiobio.cl>
* configure.in: Added es (Spanish) to ALL_LINGUAS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e82faa64b..2b565093b 100644 --- a/configure.in +++ b/configure.in @@ -145,7 +145,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am da de hu nl no sv" +ALL_LINGUAS="am da de es hu nl no sv" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |