Skip to content

Commit

Permalink
Added Korean to the list of languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Jan 7, 2012
1 parent a792e73 commit e594f5c
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

3 comments on commit e594f5c

@Wirachmat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hola_wirachmat ( Added Korean to the list of language)
wirachmat

@Sreeletchuxmi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ta

@Sreeletchuxmi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ta

Please sign in to comment.