added 'vi' to ALL_LINGUAS

* configure.in: added 'vi' to ALL_LINGUAS
This commit is contained in:
Bart Hakvoort 2005-09-21 23:32:24 +00:00
parent 2b47fea3de
commit 628b1960dc
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-09-21 Bart Hakvoort <hakvoort@cvs.gnome.org>
* configure.in: added 'vi' to ALL_LINGUAS
2005-09-13 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Dialog_Filesystems.cc: fixed a11y thingy (#316108)
* include/GParted_Core.h,

View File

@ -20,7 +20,7 @@ GETTEXT_PACKAGE=gparted
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[description])
ALL_LINGUAS="bg ca cs de el en_CA en_GB es fi fr gl he hu it lt nl pa pt pt_BR ru rw sv uk zh_CN zh_TW"
ALL_LINGUAS="bg ca cs de el en_CA en_GB es fi fr gl he hu it lt nl pa pt pt_BR ru rw sv uk vi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
AC_PROG_INTLTOOL