Skip to content

Commit

Permalink
Merge pull request #576 from interdrift/patch-1
Browse files Browse the repository at this point in the history
Update international.js
  • Loading branch information
James Lu authored and James Lu committed Apr 9, 2015
2 parents 572b6d6 + b048c25 commit fcc998e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion international.js
@@ -1,5 +1,6 @@
function hello(language) {
var hellos = {
'Bulgarian' : "Здравей свят",
'Chinese': '你好世界',
'Dutch': 'Hallo wereld',
'English': 'Hello world',
Expand All @@ -20,7 +21,7 @@ function hello(language) {
'Russian': 'Здравствуй мир',
'Spanish': 'Hola mundo',
'Thai' : 'สวัสดีโลก',
'Turkish': 'Merhaba Dünya',
'Turkish': 'Merhaba Dünya'
};
return hellos[language];
}

0 comments on commit fcc998e

Please sign in to comment.