From 44300844dbebea6568607ff9b4c99f5ea6b85495 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 20 Apr 2006 22:46:41 +0000 Subject: peacekeeping: add a module with phrases which are very different in different languages, e.g. greetings. The english and swedish implementations do not yet use the resource grammars, and the finnish is empty. --- examples/peacekeeping/Peace.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/peacekeeping/Peace.gf') diff --git a/examples/peacekeeping/Peace.gf b/examples/peacekeeping/Peace.gf index 13546fa08..f7514ac8b 100644 --- a/examples/peacekeeping/Peace.gf +++ b/examples/peacekeeping/Peace.gf @@ -1 +1,4 @@ -abstract Peace = PeaceSyntax, PeaceLexCommon, PeaceLexExt ** {} \ No newline at end of file +abstract Peace = + PeaceSyntax, PeaceLexCommon, + PeaceLexExt, PeacePhrases + ** {} \ No newline at end of file -- cgit v1.2.3