Skip to content

Commit

Permalink
doc: specify original language and translate languages for documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruka Yoshihara committed Dec 21, 2012
1 parent a25f23c commit 8c25afc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c25afc

Please sign in to comment.