forked from GitHub/gf-core
add bulgarian language (still incomplete)
This commit is contained in:
9
lib/resource/bulgarian/PhraseBul.gf
Normal file
9
lib/resource/bulgarian/PhraseBul.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||
|
||||
lin
|
||||
UttS s = s ;
|
||||
UttQS qs = {s = qs.s ! QDir} ;
|
||||
UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg False} ;
|
||||
UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Pl False} ;
|
||||
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! ImpF Sg True } ;
|
||||
}
|
||||
Reference in New Issue
Block a user