[Groonga-commit] ranguba/gqtp at 6ff3351 [master] Rakefile: specify translation language in `Packnga::DocumentTask`

Back to archive index

cosmo0920 null+****@clear*****
Fri Sep 26 21:26:44 JST 2014


cosmo0920	2014-09-26 21:26:44 +0900 (Fri, 26 Sep 2014)

  New Revision: 6ff3351183761867b8443babaa0f8747c61665d6
  https://github.com/ranguba/gqtp/commit/6ff3351183761867b8443babaa0f8747c61665d6

  Message:
    Rakefile: specify translation language in `Packnga::DocumentTask`

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -1)
===================================================================
--- Rakefile    2014-09-26 21:23:24 +0900 (66368ff)
+++ Rakefile    2014-09-26 21:26:44 +0900 (64fb10b)
@@ -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_language = "ja"
 end
 
 Packnga::ReleaseTask.new(spec) do
-------------- next part --------------
HTML����������������������������...
Download 



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