diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2000-06-11 02:42:40 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2000-06-11 02:42:40 +0800 |
commit | e89416bc1306835db4087a8d05506eeaf7ade41d (patch) | |
tree | 4cd78243098b7cb7be6f3aad9cba050d9b721ed3 | |
parent | 19b070944d12e41e9788eb4b665ae62c96ce6718 (diff) | |
download | gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.gz gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.bz2 gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.lz gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.xz gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.zst gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.zip |
Added pl (Polish) to ALL_LINGUAS
svn path=/trunk/; revision=3506
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-06-10 Zbigniew Chyla <chyla@buy.pl> + + * configure.in: Added pl (Polish) to ALL_LINGUAS + 2000-06-09 Ettore Perazzoli <ettore@helixcode.com> * configure.in: Added new directory `shell/glade'. diff --git a/configure.in b/configure.in index 15f0fc55f6..c9f019aa4c 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_MSG_ERROR(gnome-libs 1.0.59 or higher is required.)]) CFLAGS=$CFLAGS_save LIBS=$LIBS_save -ALL_LINGUAS="da de el fr gl hu it ja ko nl no ru sv tr uk es" +ALL_LINGUAS="da de el fr gl hu it ja ko nl no ru sv tr uk es pl" AM_GNOME_GETTEXT |