summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenxiajian <chenxiajian1985@gmail.com>2011-08-20 04:23:04 +0000
committerchenxiajian <chenxiajian1985@gmail.com>2011-08-20 04:23:04 +0000
commit249a1dab213014a2b6ee7d7333b75821edbb1c42 (patch)
tree4a8adb237780bd47e9d2158897635205bdc7b7dc
parentaf1bf65bd9bc9a4d14d0aa836aded405b5e76661 (diff)
downloadenchant-249a1dab213014a2b6ee7d7333b75821edbb1c42.tar.gz
add comment in uspell : USpell : Yiddish don't need hyphenation at all
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2011hyphenation@30262 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/uspell/uspell_provider.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uspell/uspell_provider.cpp b/src/uspell/uspell_provider.cpp
index 1a73f24..c98e0d4 100644
--- a/src/uspell/uspell_provider.cpp
+++ b/src/uspell/uspell_provider.cpp
@@ -407,7 +407,8 @@ uspell_provider_request_dict (EnchantProvider * me, const char *const tag)
dict->check = uspell_dict_check;
dict->suggest = uspell_dict_suggest;
dict->add_to_session = uspell_dict_add_to_session;
- dict->hyphenate = uspell_dict_hyphenate;
+ //USpell : Yiddish dont need hyphenation
+ //dict->hyphenate = uspell_dict_hyphenate;
// don't use personal, session - let higher level implement that
return dict;