numerals: add language flags

to help minibar pick the right default language
This commit is contained in:
hallgren
2010-12-14 16:41:28 +00:00
parent ab5b02d65c
commit 2228568fc7
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
concrete english of Numerals = {
flags language = en_US ;
-- include numerals.Abs.gf ;
param DForm = unit | teen | ten ;

View File

@@ -1,4 +1,5 @@
concrete italian of Numerals = {
flags language = it_IT ;
-- include numerals.Abs.gf ;
param DForm = ental Pred | ton | tiotal ;

View File

@@ -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 ;

View File

@@ -1,4 +1,5 @@
concrete swedish of Numerals = {
flags language = sv_SE ;
-- include numerals.Abs.gf ;
param DForm = ental | ton | tiotal ;