mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Spanish lexica
This commit is contained in:
22
lib/resource/spanish/LangSpa.gf
Normal file
22
lib/resource/spanish/LangSpa.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
|
||||
concrete LangSpa of Lang =
|
||||
RulesSpa,
|
||||
ClauseSpa,
|
||||
StructuralSpa,
|
||||
BasicSpa,
|
||||
TimeSpa,
|
||||
CountrySpa
|
||||
|
||||
** open Prelude, ParadigmsSpa in {
|
||||
|
||||
lin
|
||||
AdvDate d = prefixSS "el" d ;
|
||||
AdvTime t = prefixSS ["a las"] t ;
|
||||
NWeekday w = w ;
|
||||
PNWeekday w = mkPN (w.s ! singular) w.g ;
|
||||
|
||||
PNCountry x = x ;
|
||||
ANationality x = x ;
|
||||
NLanguage x = x ;
|
||||
}
|
||||
Reference in New Issue
Block a user