1
0
forked from GitHub/gf-core

reference to DictEngChi changed to DictionaryChi

This commit is contained in:
aarne
2014-03-10 18:00:15 +00:00
parent 6bcbf50a17
commit 65a076d4d3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
concrete GreetingsChi of Greetings =
SentencesChi [Greeting,mkGreeting] **
open (D = DictEngChi), ParadigmsChi, ResChi, Prelude in {
open (D = DictionaryChi), ParadigmsChi, ResChi, Prelude in {
flags coding = utf8 ;

View File

@@ -1,4 +1,4 @@
--# -path=.:alltenses:../../lib/src/chinese:../../lib/src/english
--# -path=.:alltenses:../../lib/src/chinese:../../lib/src/translator
concrete PhrasebookChi of Phrasebook =
GreetingsChi,

View File

@@ -4,7 +4,7 @@ concrete WordsChi of Words = SentencesChi **
ParadigmsChi,
(P = ParadigmsChi),
(R = ResChi),
(D = DictEngChi),
(D = DictionaryChi),
(L = LexiconChi),
Prelude in {