forked from GitHub/gf-core
reference to DictEngChi changed to DictionaryChi
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -4,7 +4,7 @@ concrete WordsChi of Words = SentencesChi **
|
||||
ParadigmsChi,
|
||||
(P = ParadigmsChi),
|
||||
(R = ResChi),
|
||||
(D = DictEngChi),
|
||||
(D = DictionaryChi),
|
||||
(L = LexiconChi),
|
||||
Prelude in {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user