Added Portuguese (pt) to ALL_LINGUAS.
2004-09-29 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
This commit is contained in:
parent
1fb9a0d5be
commit
872951fc67
|
@ -1,3 +1,7 @@
|
||||||
|
2004-09-29 Duarte Loreto <happyguy_pt@hotmail.com>
|
||||||
|
|
||||||
|
* configure.in: Added Portuguese (pt) to ALL_LINGUAS.
|
||||||
|
|
||||||
2004-09-28 Bart Hakvoort <gparted@users.sf.net>
|
2004-09-28 Bart Hakvoort <gparted@users.sf.net>
|
||||||
|
|
||||||
* src/VBox_VisualDisk.cc: marked 2 minor strings for translation (is a duplicate of an existing string in POT file)
|
* src/VBox_VisualDisk.cc: marked 2 minor strings for translation (is a duplicate of an existing string in POT file)
|
||||||
|
|
|
@ -18,7 +18,7 @@ GETTEXT_PACKAGE=gparted
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[description])
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[description])
|
||||||
|
|
||||||
ALL_LINGUAS="en_CA nl pt_BR sv uk"
|
ALL_LINGUAS="en_CA nl pt pt_BR sv uk"
|
||||||
|
|
||||||
AM_GLIB_GNU_GETTEXT
|
AM_GLIB_GNU_GETTEXT
|
||||||
AC_PROG_INTLTOOL
|
AC_PROG_INTLTOOL
|
||||||
|
|
Loading…
Reference in New Issue