diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-08-18 Dmitry G. Mastrukov <dmitry@taurussoft.org> + + * configure.in: Added Russian to ALL_LINGUAS. + 2003-08-15 Glynn Foster <glynn.foster@sun.com> * COPYING: Add. diff --git a/configure.in b/configure.in index 33eba8cb..e06b06a5 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am az be ca cs cy da de el en_GB es fr hi hu it ja ko ml ms nl no pl pt pt_BR sq sr sr@Latn sv uk vi zh_CN zh_TW" +ALL_LINGUAS="am az be ca cs cy da de el en_GB es fr hi hu it ja ko ml ms nl no pl pt pt_BR ru sq sr sr@Latn sv uk vi zh_CN zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |