mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
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" ;
|
|
|
|
|