Skip to content

Commit

Permalink
Merge pull request qrush#1 from mars2686/master
Browse files Browse the repository at this point in the history
Added Korean to the list of languages
  • Loading branch information
qrush committed Jan 8, 2012
2 parents a792e73 + e594f5c commit 83354a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hola/translator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ def hi
case @language
when "spanish"
"hola mundo"
when "korean"
"anyoung ha se yo"
else
"hello world"
end
Expand Down

0 comments on commit 83354a9

Please sign in to comment.