[Groonga-commit] ranguba/groonga-client at 809b5bf [master] Rakefile: specify translation language in `Packnga::DocumentTask`

Back to archive index

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


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

  New Revision: 809b5bf7ae2d5d2252cac7caba8ce2d82c9da598
  https://github.com/ranguba/groonga-client/commit/809b5bf7ae2d5d2252cac7caba8ce2d82c9da598

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

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -1)
===================================================================
--- Rakefile    2014-09-26 21:19:46 +0900 (019b120)
+++ Rakefile    2014-09-26 21:25:45 +0900 (ae4468c)
@@ -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