forked from GitHub/gf-core
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
abstract Greetings
|
|
|
|
fun GCongratulations : Greeting ;
|
|
|
|
lin
|
|
Eng = ss "congratulations" ;
|
|
Fin = ss "onneksi olkoon" ;
|
|
Fre = ss "félicitations" ;
|
|
Ita = ss "auguri" ;
|
|
Swe = ss "grattis" ;
|
|
|
|
|