dovecot-2.2: lib-fts: Added more supported languages.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 2 19:19:08 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/e3603730b2df
changeset: 18805:e3603730b2df
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 02 22:16:46 2015 +0300
description:
lib-fts: Added more supported languages.
This includes now all the ones that are currently supported by both snowball
and exttextcat.

diffstat:

 src/lib-fts/fts-language.c |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 633ab1934f1f -r e3603730b2df src/lib-fts/fts-language.c
--- a/src/lib-fts/fts-language.c	Tue Jun 02 22:01:07 2015 +0300
+++ b/src/lib-fts/fts-language.c	Tue Jun 02 22:16:46 2015 +0300
@@ -30,10 +30,17 @@
 };
 
 const struct fts_language fts_languages[] = {
+	{ "da" },
+	{ "de" },
 	{ "en" },
+	{ "es" },
 	{ "fi" },
 	{ "fr" },
-	{ "de" }
+	{ "it" },
+	{ "nl" },
+	{ "pt" },
+	{ "ro" },
+	{ "ru" },
 };
 
 const struct fts_language fts_language_data = {


More information about the dovecot-cvs mailing list