mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
started a script and format for updating a set of gf files
This commit is contained in:
12
examples/phrasebook/add_greetings.gfupdate
Normal file
12
examples/phrasebook/add_greetings.gfupdate
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Greetings
|
||||
|
||||
fun GCongratulations : Greeting ;
|
||||
|
||||
lin
|
||||
Eng = ss "congratulations" ;
|
||||
Fin = ss "onneksi olkoon" ;
|
||||
Fre = ss "félicitations" ;
|
||||
Ita = ss "auguri" ;
|
||||
Swe = ss "grattis" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user