mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -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 = {
|
concrete english of Numerals = {
|
||||||
|
flags language = en_US ;
|
||||||
-- include numerals.Abs.gf ;
|
-- include numerals.Abs.gf ;
|
||||||
|
|
||||||
param DForm = unit | teen | ten ;
|
param DForm = unit | teen | ten ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
concrete italian of Numerals = {
|
concrete italian of Numerals = {
|
||||||
|
flags language = it_IT ;
|
||||||
-- include numerals.Abs.gf ;
|
-- include numerals.Abs.gf ;
|
||||||
|
|
||||||
param DForm = ental Pred | ton | tiotal ;
|
param DForm = ental Pred | ton | tiotal ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
concrete polish of Numerals = {
|
concrete polish of Numerals = {
|
||||||
|
flags language = pl_PL ;
|
||||||
-- numerals in Polish, author Wojciech Mostowski, 20/9/2002
|
-- numerals in Polish, author Wojciech Mostowski, 20/9/2002
|
||||||
|
|
||||||
-- include numerals.Abs.gf ;
|
-- include numerals.Abs.gf ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
concrete swedish of Numerals = {
|
concrete swedish of Numerals = {
|
||||||
|
flags language = sv_SE ;
|
||||||
-- include numerals.Abs.gf ;
|
-- include numerals.Abs.gf ;
|
||||||
|
|
||||||
param DForm = ental | ton | tiotal ;
|
param DForm = ental | ton | tiotal ;
|
||||||
|
|||||||
Reference in New Issue
Block a user