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 /configure.in | |
parent | 19b070944d12e41e9788eb4b665ae62c96ce6718 (diff) | |
download | gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.gz gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.tar.zst gsoc2013-evolution-e89416bc1306835db4087a8d05506eeaf7ade41d.zip |
Added pl (Polish) to ALL_LINGUAS
svn path=/trunk/; revision=3506
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |