[Groonga-commit] groonga/groonga at b47fb37 [master] doc news: fix typos

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri Apr 26 16:38:03 JST 2019


Yasuhiro Horimoto	2019-04-26 16:38:03 +0900 (Fri, 26 Apr 2019)

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

  Message:
    doc news: fix typos

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

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+10 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2019-04-26 15:43:52 +0900 (4f3804b23)
+++ doc/locale/ja/LC_MESSAGES/news.po    2019-04-26 16:38:03 +0900 (6f7a314b8)
@@ -41,10 +41,11 @@ msgstr "このリリースからVC++で作成したWindows版パッケージを
 
 msgid ""
 "We also provide a package for Windows made form MinGW as in the past. "
-"However, we will only provide it made from VC++ sooner or later."
+"However, we will provide it made from VC++ instead of making from MinGW "
+"sooner or later."
 msgstr ""
-"今までどおりMinGWで作成したWindows版パッケージも提供していますが、近いうちに"
-"VC++で作成したもののみを提供する予定です。"
+"今までどおり、MinGWで作成したWindows版パッケージも提供しますが、近いうちに"
+"MinGWで作ったパッケージの代わりにVC++で作ったパッケージを提供する予定です。"
 
 msgid "Improvements"
 msgstr "改良"
@@ -147,11 +148,13 @@ msgstr ""
 "正しました。"
 
 msgid ""
-"Fixed a bug that incorrect output number over Int32. [GitHub#936] [Patch by "
-"HashidaTKS]"
+"Fixed a bug that incorrect output number over Int32 by command of execute "
+"via mruby (e.g. ``logical_select``, ``logical_range_filter``, "
+"``logical_count``, etc.). [GitHub#936] [Patch by HashidaTKS]"
 msgstr ""
-"Int32を超える数を正しく出力できない問題を修正しました。[GitHub#936] "
-"[HashidaTKSさんがパッチ提供]"
+"mrubyを経由して実行するコマンド(例えば、 ``logical_select``、 "
+"``logical_range_filter``、 ``logical_count`` 等)で、Int32を超える数を正しく出"
+"力できない問題を修正しました。[GitHub#936] [HashidaTKSさんがパッチ提供]"
 
 msgid "Thanks"
 msgstr "感謝"

  Modified: doc/source/news.rst (+2 -2)
===================================================================
--- doc/source/news.rst    2019-04-26 15:43:52 +0900 (dec767f30)
+++ doc/source/news.rst    2019-04-26 16:38:03 +0900 (54bf4f500)
@@ -15,7 +15,7 @@ Release 9.0.2 - 2019-04-29
 We provide a package for Windows made from VC++ from this release.
 
 We also provide a package for Windows made form MinGW as in the past.
-However, we will only provide it made from VC++ sooner or later.
+However, we will provide it made from VC++ instead of making from MinGW sooner or later.
 
 Improvements
 ^^^^^^^^^^^^
@@ -51,7 +51,7 @@ Fixes
 
 * Fixed "unknown type name 'bool'" compilation error in some environments.
 
-* Fixed a bug that incorrect output number over Int32. [GitHub#936] [Patch by HashidaTKS]
+* Fixed a bug that incorrect output number over Int32 by command of execute via mruby (e.g. ``logical_select``, ``logical_range_filter``, ``logical_count``, etc.). [GitHub#936] [Patch by HashidaTKS]
 
 Thanks
 ^^^^^^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190426/3a07a89e/attachment-0001.html>


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