From a2ec03eeed23c65beda57aa99934534a8626d697 Mon Sep 17 00:00:00 2001 From: inari Date: Fri, 17 Oct 2014 21:53:52 +0000 Subject: [PATCH] fixed small errors in ConstructionEst --- lib/src/estonian/ConstructionEst.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/estonian/ConstructionEst.gf b/lib/src/estonian/ConstructionEst.gf index d81d60854..c7f708532 100644 --- a/lib/src/estonian/ConstructionEst.gf +++ b/lib/src/estonian/ConstructionEst.gf @@ -1,4 +1,4 @@ ---# -path=alltenses:.:../abstract:../api +--# -path=alltenses:.:../abstract:../api:../common concrete ConstructionEst of Construction = CatEst ** open SyntaxEst, SymbolicEst, ParadigmsEst, (L = LexiconEst), (E = ExtraEst), (R = ResEst), Prelude in { @@ -106,7 +106,7 @@ lin august_Month = mkN "august" ; lin september_Month = mkN "september" ; lin october_Month = mkN "oktoober" ; lin november_Month = mkN "november" ; -lin december_Month = mkN "december" ; +lin december_Month = mkN "detsember" ; @@ -140,9 +140,9 @@ lin romanian_Language = mkLanguage "rumeenia" ; lin russian_Language = mkLanguage "vene" ; lin sindhi_Language = mkLanguage "sindhi" ; lin spanish_Language = mkLanguage "hispaania" ; -lin swahili_Language = mkLanguage "swahili" ; +lin swahili_Language = mkLanguage "suahiili" ; lin swedish_Language = mkLanguage "rootsi" ; -lin thai_Language = mkLanguage "thai" ; +lin thai_Language = mkLanguage "tai" ; lin turkish_Language = mkLanguage "türgi" ; lin urdu_Language = mkLanguage "urdu" ;