feat(ui): add Georgian version of hello (#16066)

pull/16124/head
Ezeki Zibzibadze 2019-12-05 00:44:55 +04:00 committed by Russ Savage
parent a28bbfcd68
commit 3ce827ea76
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@ const randomGreetings: Greeting[] = [
text: 'Saluton',
language: 'Esperanto',
},
{
text: 'გამარჯობა',
language: 'Georgian',
},
]
export const generateRandomGreeting = (): Greeting => {