Skip to content

Commit

Permalink
update greetings and origin comments
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Oct 11, 2018
1 parent 585f86b commit b9b84e7
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions modules/gob-web/modules/student/student-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ const welcomeMessages = [
'Hello, ',
'こんにちは、', // japanese
'ようこそ、', // japanese
'Fram! Fram! ',
'Salut, ',
'Fram! Fram! ', // new norwegian
'Salut, ', // french
'Aloha, ', // hawaiian
'Привет, ',
'Вітаю, ',
'Sawubona, ',
'Hei, ',
'Привет, ', // russian
'Вітаю, ', // ukrainian
'Sawubona, ', // zulu
'Hei, ', // norwegian
'Hej, ', // polish, swedish
'Hola, ', // spanish
'Bonjour, ', // french
'Hallo, ', // german
Expand All @@ -44,6 +45,15 @@ const welcomeMessages = [
'halo, ', // indonesian
'Salve, ', // latin
'Χαῖρε! ', // ancient greek
'Zdravo, ', // bosnian
'Bok, ', // croatian
'ahoj, ', // czech, slovak
'Tere, ', // estonian
'Bula, ', // fijian
'Zdravo, ', // serbian
'Hujambo, ', // swahili
'Xin chào, ', // vietnamese
'Sholem, ', // yiddish
]

const welcomeMessage = welcomeMessages[2]
Expand Down

0 comments on commit b9b84e7

Please sign in to comment.