[Groonga-commit] groonga/groonga-query-log [master] doc: specify original language and translate languages for documents

Back to archive index

Haruka Yoshihara null+****@clear*****
Fri Dec 21 14:18:44 JST 2012


Haruka Yoshihara	2012-12-21 14:18:44 +0900 (Fri, 21 Dec 2012)

  New Revision: 8c25afc0abda8a9f868b5c3bfa3045180478385f
  https://github.com/groonga/groonga-query-log/commit/8c25afc0abda8a9f868b5c3bfa3045180478385f

  Log:
    doc: specify original language and translate languages for documents

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -1)
===================================================================
--- Rakefile    2012-12-21 14:15:31 +0900 (2bf9e30)
+++ Rakefile    2012-12-21 14:18:44 +0900 (1903465)
@@ -32,7 +32,9 @@ end
 helper.install
 spec = helper.gemspec
 
-Packnga::DocumentTask.new(spec) do
+Packnga::DocumentTask.new(spec) do |task|
+  task.original_language = "en"
+  task.translate_languages = "ja"
 end
 
 Packnga::ReleaseTask.new(spec) do
-------------- next part --------------
HTML����������������������������...
Télécharger 



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