mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
numerals: add language flags
to help minibar pick the right default language
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
concrete english of Numerals = {
|
||||
flags language = en_US ;
|
||||
-- include numerals.Abs.gf ;
|
||||
|
||||
param DForm = unit | teen | ten ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
concrete italian of Numerals = {
|
||||
flags language = it_IT ;
|
||||
-- include numerals.Abs.gf ;
|
||||
|
||||
param DForm = ental Pred | ton | tiotal ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
concrete polish of Numerals = {
|
||||
flags language = pl_PL ;
|
||||
-- numerals in Polish, author Wojciech Mostowski, 20/9/2002
|
||||
|
||||
-- include numerals.Abs.gf ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
concrete swedish of Numerals = {
|
||||
flags language = sv_SE ;
|
||||
-- include numerals.Abs.gf ;
|
||||
|
||||
param DForm = ental | ton | tiotal ;
|
||||
|
||||
Reference in New Issue
Block a user