diff options
author | Metin AMiroff <metin@karegen.com> | 2003-08-04 18:25:53 +0800 |
---|---|---|
committer | Metin Amirov <rundll32@src.gnome.org> | 2003-08-04 18:25:53 +0800 |
commit | b3acc5c2662f07e58dd9ec3579744b2d82f414fd (patch) | |
tree | 01e67912c5f6d980b93ca3728e4715bdde6490ce | |
parent | 2805b06f257faf4a5af6f2132ffebe6140f0273c (diff) | |
download | gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar.gz gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar.bz2 gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar.lz gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar.xz gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.tar.zst gsoc2013-epiphany-b3acc5c2662f07e58dd9ec3579744b2d82f414fd.zip |
Added az to all linguas.
2003-08-04 Metin AMiroff <metin@karegen.com>
* configure.in: Added az 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-08-04 Metin AMiroff <metin@karegen.com> + + * configure.in: Added az to all linguas. + 2003-08-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_add_host): diff --git a/configure.in b/configure.in index 51d828757..2fb34ee2a 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar be ca cs cy da de el en_GB es fi fr hu ja ko li nl mk ms no pl pt pt_BR ru sr sr@Latn sv tr vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be ca cs cy da de el en_GB es fi fr hu ja ko li nl mk ms no pl pt pt_BR ru sr sr@Latn sv tr vi zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |