Navigation Menu

Skip to content

Commit

Permalink
doc: update news
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Jun 29, 2018
1 parent d0ccee9 commit 40d10c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
26 changes: 14 additions & 12 deletions doc/locale/ja/LC_MESSAGES/news.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.4\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2018-06-29 13:21+0900\n"
"PO-Revision-Date: 2018-06-29 14:23+0900\n"
"Last-Translator: Masafumi Yokoyama <yokoyama@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -156,30 +156,32 @@ msgstr ""
msgid "Fixes"
msgstr "修正"

msgid "Fixed build error if KyTea is installed."
msgstr "KyTeaがインストールされているとビルドに失敗する問題を修正しました。"

msgid ""
"[:doc:`reference/functions/sub_filter`] Fixed too much score with a too "
"filtered case."
msgstr ""
"[:doc:`/reference/functions/sub_filter`] 十分にフィルターされたケースで、スコ"
"アが多すぎる問題を修正"

msgid "Fixed build error if KyTea is installed."
msgstr "KyTeaがインストールされているとビルドに失敗する問題を修正しました。"

msgid "[:doc:`/reference/executables/grndb`] Fixed output channel."
msgstr "[:doc:`/reference/executables/grndb`] 出力チャネルを修正しました。"

msgid ""
"[query-log][show-condition] Maybe fixed a crash bug. We need to check "
"scan_info that doesn't have corresponding expr_code."
msgstr "[query-log][show-condition] (おそらく)クラッシュバグを修正しました。"
msgid "[query-log][show-condition] Maybe fixed a crash bug."
msgstr ""
"[query-log][show-condition] クラッシュするバグを修正しました(まだ残っている"
"可能性があります)。"

msgid ""
"[highlighter][lexicon] Fixed a not highlighted bug. If keyword is less than "
"N, the keyword wasn't highlighted."
"[highlighter][lexicon] Fixed a not highlighted bug. The keyword wasn't "
"highlighted if keyword length is less than N (\"N\"-gram. In many cases, "
"it's Bigram so \"less than 2\")."
msgstr ""
"[highlighter][lexicon] ハイライトされないバグを修正しました。If keyword is "
"less than N, the keyword wasn't highlighted."
"[highlighter][lexicon] ハイライトされないバグを修正しました。キーワードの長さ"
"がN未満(N-gramのN。多くの場合はBigramなので2未満)の場合、キーワードがハイラ"
"イトされていませんでした。"

msgid ""
"[windows] Fixed a base path detection bug. If system locale DLL path "
Expand Down
4 changes: 2 additions & 2 deletions doc/source/news.rst
Expand Up @@ -78,10 +78,10 @@ Fixes
* [:doc:`/reference/executables/grndb`] Fixed output channel.

* [query-log][show-condition] Maybe fixed a crash bug.
We need to check scan_info that doesn't have corresponding expr_code.

* [highlighter][lexicon] Fixed a not highlighted bug.
If keyword is less than N, the keyword wasn't highlighted.
The keyword wasn't highlighted if keyword length is less than N ("N"-gram.
In many cases, it's Bigram so "less than 2").

* [windows] Fixed a base path detection bug.
If system locale DLL path includes 0x5c (``\`` in ASCII) such as "U+8868
Expand Down

0 comments on commit 40d10c7

Please sign in to comment.