[Groonga-commit] groonga/fluent-plugin-groonga [master] Use String to specify languages for Packnga

Back to archive index

Haruka Yoshihara null+****@clear*****
Fri Dec 28 15:49:30 JST 2012


Haruka Yoshihara	2012-12-28 15:49:30 +0900 (Fri, 28 Dec 2012)

  New Revision: c21c912fcb60a5fdeb6f10c9433c4f17c5b5a3e3
  https://github.com/groonga/fluent-plugin-groonga/commit/c21c912fcb60a5fdeb6f10c9433c4f17c5b5a3e3

  Log:
    Use String to specify languages for Packnga

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -2)
===================================================================
--- Rakefile    2012-12-28 15:47:31 +0900 (7ba7423)
+++ Rakefile    2012-12-28 15:49:30 +0900 (7d2c825)
@@ -29,8 +29,8 @@ helper.install
 spec = helper.gemspec
 
 Packnga::DocumentTask.new(spec) do |task|
-  task.original_language = :en
-  task.translate_languages = [:ja]
+  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