Yasuhiro Horimoto 2018-12-28 12:45:36 +0900 (Fri, 28 Dec 2018) Revision: e39a6364aed7e90f77a352c8bad5c31098dd54e4 https://github.com/groonga/groonga/commit/e39a6364aed7e90f77a352c8bad5c31098dd54e4 Message: doc: update explain for TokenDelimit options Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/tokenizers/token_delimit.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+2 -2) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2018-12-28 12:44:32 +0900 (324dca587) +++ doc/locale/ja/LC_MESSAGES/reference.po 2018-12-28 12:45:36 +0900 (0c87d49f1) @@ -27576,8 +27576,8 @@ msgstr "省略可能引数は2つあります。 ``delimiter`` と ``pattern`` msgid "``delimiter``" msgstr "" -msgid "Split token with a specified character." -msgstr "指定した文字でトークンを分割します。" +msgid "Split token with a specified one or more characters." +msgstr "指定した1つ以上の文字でトークンを分割します。" msgid "You can use one or more characters for a delimiter." msgstr "区切り文字には、1つ以上の文字を指定できます。" Modified: doc/source/reference/tokenizers/token_delimit.rst (+1 -1) =================================================================== --- doc/source/reference/tokenizers/token_delimit.rst 2018-12-28 12:44:32 +0900 (4d6a4099e) +++ doc/source/reference/tokenizers/token_delimit.rst 2018-12-28 12:45:36 +0900 (f6b013211) @@ -128,7 +128,7 @@ There are two optional parameters ``delimiter`` and ``pattern``. ``delimiter`` """"""""""""" -Split token with a specified character. +Split token with a specified one or more characters. You can use one or more characters for a delimiter. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181228/f16ffc76/attachment-0001.html>