[Groonga-commit] ranguba/rroonga at 96b882f [follow-compression-support-change] context: translate comments

Zurück zum Archiv-Index

Hiroshi Hatake null+****@clear*****
Tue Oct 28 23:03:52 JST 2014


Hiroshi Hatake	2014-10-28 23:03:52 +0900 (Tue, 28 Oct 2014)

  New Revision: 96b882f58601c01446690eb53955a89a6f91f1ac
  https://github.com/ranguba/rroonga/commit/96b882f58601c01446690eb53955a89a6f91f1ac

  Message:
    context: translate comments

  Modified files:
    ext/groonga/rb-grn-context.c

  Modified: ext/groonga/rb-grn-context.c (+6 -5)
===================================================================
--- ext/groonga/rb-grn-context.c    2014-10-28 12:03:11 +0900 (497bb69)
+++ ext/groonga/rb-grn-context.c    2014-10-28 23:03:52 +0900 (795ac8d)
@@ -670,10 +670,11 @@ rb_grn_context_support_zlib_p (VALUE self)
 }
 
 /*
- * groongaがLZOサポート付きでビルドされていれば +true+ 、そう
- * でなければ +false+ を返す。
+ * If Groonga supports LZO compression, it returns +true+,
+ * otherwise it returns +false+.
  *
- * Groonga >= 4.0.7 ではLZOサポートがなくなった。常にfalseを返す。
+ * Groonga does not support LZO compression 4.0.7 or later.
+ * This method always returns +false+.
  * @overload support_lzo?
  */
 static VALUE
@@ -683,8 +684,8 @@ rb_grn_context_support_lzo_p (VALUE self)
 }
 
 /*
- * groongaがLZ4サポート付きでビルドされていれば +true+ 、そう
- * でなければ +false+ を返す。
+ * If Groonga supports LZ4 compression, it returns +true+,
+ * otherwise it returns +false+.
  *
  * @overload support_lz4?
  */
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index