mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
Italian more complete
This commit is contained in:
22
lib/resource/italian/LangIta.gf
Normal file
22
lib/resource/italian/LangIta.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
|
||||
concrete LangIta of Lang =
|
||||
RulesIta,
|
||||
ClauseIta,
|
||||
StructuralIta,
|
||||
BasicIta,
|
||||
TimeIta,
|
||||
CountryIta
|
||||
|
||||
** open Prelude, ParadigmsIta in {
|
||||
|
||||
lin
|
||||
AdvDate d = prefixSS "il" d ;
|
||||
AdvTime t = prefixSS "alle" 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