diff options
| author | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 15:47:40 +0200 |
|---|---|---|
| committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 15:47:40 +0200 |
| commit | 89cf2710246751c5fe0e95d5fa72ff492c0893b3 (patch) | |
| tree | b5393571136c3e4f054a62c5bb86be8aaecca58c | |
| parent | 11d378319527e4f2f258bbd436ceb5296f798e5e (diff) | |
Add new languages to the Unix build script
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7c241894..2d1e5f38 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ GETTEXT_PACKAGE=hexchat AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name]) -ALL_LINGUAS="am az be bg ca cs de el en_GB es et fi fr gl hi hu it ja kn ko lt lv mk ms nb nl no pa pl pt pt_BR ru sk sl sq sr sv th uk vi wa zh_CN zh_TW" +ALL_LINGUAS="af am ast az be bg ca cs da de el en_GB es et fi fr gl gu he hi hu id it ja kn ko lt lv mk ms nb nl no pa pl pt pt_BR ru rw sk sl sq sr sv th uk vi wa zh_CN zh_TW" AM_GNU_GETTEXT dnl displaced from acconfig.h |
