diff options
author | Andras Timar <timar@gnome.hu> | 2003-01-12 19:14:14 +0800 |
---|---|---|
committer | Szabolcs Ban <bansz@src.gnome.org> | 2003-01-12 19:14:14 +0800 |
commit | ec474aa2c989710ab13aafaca9405f767f759b63 (patch) | |
tree | c15506537e05ad85b22dd5e210bd8585b091f3c0 | |
parent | f4957ea70e4b4590a118babe01a19bec4c1c0529 (diff) | |
download | gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.gz gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.bz2 gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.lz gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.xz gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.zst gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.zip |
Added de, hu and nl to ALL_LINGUAS.
2003-01-12 Andras Timar <timar@gnome.hu>
* configure.in: Added de, hu and nl to ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-01-12 Andras Timar <timar@gnome.hu> + + * configure.in: Added de, hu and nl to ALL_LINGUAS. + 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: diff --git a/configure.in b/configure.in index 473c4c327..89a42c323 100644 --- a/configure.in +++ b/configure.in @@ -144,7 +144,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="sv" +ALL_LINGUAS="de hu nl sv" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |