[Groonga-commit] groonga/groonga at f63a457 [master] doc news: fix a wrong entry

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri Mar 29 10:45:34 JST 2019


Yasuhiro Horimoto	2019-03-29 10:45:34 +0900 (Fri, 29 Mar 2019)

  Revision: f63a4574667886476c68269453dad41809abac75
  https://github.com/groonga/groonga/commit/f63a4574667886476c68269453dad41809abac75

  Message:
    doc news: fix a wrong entry

  Modified files:
    doc/locale/ja/LC_MESSAGES/news.po
    doc/source/news.rst

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+2 -2)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2019-03-28 17:17:17 +0900 (261029e35)
+++ doc/locale/ja/LC_MESSAGES/news.po    2019-03-29 10:45:34 +0900 (6acfb27c2)
@@ -212,9 +212,9 @@ msgstr ""
 
 msgid ""
 "This bug occurs when load data contains whitespace after KATAKANA and "
-"``unify_kana`` option is used for tokenizer."
+"``unify_kana`` option is used for normalizer."
 msgstr ""
-"このバグは、カタカナの後ろに空白のあるデータをロードし、トークナイザーに "
+"このバグは、カタカナの後ろに空白のあるデータをロードし、ノーマライザーに "
 "``unify_kana`` オプションが使用された時に発生します。"
 
 msgid "Fixed a bug that an indexes is broken during updating indexes."

  Modified: doc/source/news.rst (+1 -1)
===================================================================
--- doc/source/news.rst    2019-03-28 17:17:17 +0900 (08ee20176)
+++ doc/source/news.rst    2019-03-29 10:45:34 +0900 (d0a0378b2)
@@ -82,7 +82,7 @@ Fixes
 * Fixed a bug that query will not match because of loading data is not normalized correctly.
   [PGroonga#GitHub#93, GitHub#912,GitHub#913] [Reported by kamicup and dodaisuke]
 
-  * This bug occurs when load data contains whitespace after KATAKANA and ``unify_kana`` option is used for tokenizer.
+  * This bug occurs when load data contains whitespace after KATAKANA and ``unify_kana`` option is used for normalizer.
 
 * Fixed a bug that an indexes is broken during updating indexes.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190329/cb305759/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index