summaryrefslogtreecommitdiff
path: root/sphinx/search/en.py
diff options
context:
space:
mode:
authorYoshiki Shibukawa <yoshiki@shibu.jp>2014-01-20 20:41:47 -0800
committerYoshiki Shibukawa <yoshiki@shibu.jp>2014-01-20 20:41:47 -0800
commitcfac572e02fede375ff3949f3444551b3bd59e10 (patch)
tree98905aaff69f94feaa7ff7611bf9de8cc4bb5256 /sphinx/search/en.py
parentf0313936b4f14fd2c45eef91adfa4d31c09afe87 (diff)
downloadsphinx-cfac572e02fede375ff3949f3444551b3bd59e10.tar.gz
Add html_search_* options templates to conf.py
Fix encode error when building Add printing search language label when building
Diffstat (limited to 'sphinx/search/en.py')
-rw-r--r--sphinx/search/en.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/search/en.py b/sphinx/search/en.py
index d5141f40..94d24ac3 100644
--- a/sphinx/search/en.py
+++ b/sphinx/search/en.py
@@ -226,6 +226,7 @@ iti|ous|ive|ize)$/;
class SearchEnglish(SearchLanguage):
lang = 'en'
+ language_name = 'English'
js_stemmer_code = js_porter_stemmer
stopwords = english_stopwords