[Groonga-commit] ranguba/chupa-text at a58ba65 [master] Rakefile: specify translation language in `Packnga::DocumentTask`

Back to archive index

cosmo0920 null+****@clear*****
Tue Sep 23 02:01:46 JST 2014


cosmo0920	2014-09-23 02:01:46 +0900 (Tue, 23 Sep 2014)

  New Revision: a58ba653004bce2b2b86945e84c2f3883fd702a2
  https://github.com/ranguba/chupa-text/commit/a58ba653004bce2b2b86945e84c2f3883fd702a2

  Merged 8503fca: Merge pull request #2 from cosmo0920/use-latest-rubies

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

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -1)
===================================================================
--- Rakefile    2014-09-23 01:10:51 +0900 (9a43b7f)
+++ Rakefile    2014-09-23 02:01:46 +0900 (7ea1636)
@@ -34,7 +34,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