aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-17 06:22:27 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-17 06:22:27 +0800
commit33f7064755504d852085e872c57e77759b04db5a (patch)
tree6c0b1172abf979933cde0fc8473422afa12c5a1d /configure.in
parent9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56 (diff)
downloadgsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar.gz
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar.bz2
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar.lz
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar.xz
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.tar.zst
gsoc2013-epiphany-33f7064755504d852085e872c57e77759b04db5a.zip
Added 'en_GB' to ALL_LINGUAS.
2003-06-16 Christian Persch <chpe@cvs.gnome.org> * configure.in: Added 'en_GB' to ALL_LINGUAS.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 282cce0e4..1516091aa 100644
--- a/configure.in
+++ b/configure.in
@@ -217,7 +217,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am be ca cs da de el es fr hu ja ko li nl ms no pl pt pt_BR ru sr sr@Latn sv tr vi zh_TW"
+ALL_LINGUAS="am be ca cs da de el en_GB es fr hu ja ko li nl ms no pl pt pt_BR ru sr sr@Latn sv tr vi zh_TW"
GETTEXT_PACKAGE=epiphany-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")