1
0
forked from GitHub/gf-core

Danish crown in PhrasebookPol

This commit is contained in:
aarne
2010-05-27 11:39:26 +00:00
parent 3277ac4846
commit 27ff25e82d
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ concrete WordsPol of Words = SentencesPol **
-- Currencies; $crown$ is ambiguous between Danish and Swedish crowns.
DanishCrown = mkCN (mkCurrency "korona holenderska" "korony holenderskie" "koron holenderskich" Fem);
DanishCrown = mkCN (mkCurrency "korona duńska" "korony duńskie" "koron duńskich" Fem);
Dollar = mkCN (P.nSer "dolar") ;
Euro = mkCN (mkCurrency "euro" "euro" "euro" Neut);
Lei = mkCN (mkCurrency "leja" "leje" "lei" Fem);

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../prelude
--# -path=.:../abstract:../common:../prelude
concrete SymbolPol of Symbol = CatPol ** open Prelude, ResPol, AdjectiveMorphoPol in {