scuffed-code/icu4c/source/data/locales/gl.txt
Steven R. Loomis fe11d5ce2d ICU-2487 move collation data into new tree
X-SVN-Rev: 14965
2004-04-14 19:39:08 +00:00

95 lines
1.7 KiB
Plaintext
Raw Blame History

// ***************************************************************************
// *
// * Copyright (C) 1997-2003, International Business Machines
// * Corporation and others. All Rights Reserved.
// *
// ***************************************************************************
gl {
Version { "2.0" }
Countries {
ES { "España" }
}
// Currency display names
Currencies {
ESP { "\u20A7", "ESP" } // Spanish Peseta
}
DayAbbreviations {
"Dom",
"Lun",
"Mar",
"Mér",
"Xov",
"Ven",
"Sáb",
}
DayNames {
"Domingo",
"Luns",
"Martes",
"Mércores",
"Xoves",
"Venres",
"Sábado",
}
Languages {
gl { "galego" }
}
LocaleScript{
"Latn", // ISO 15924 Name
}
ExemplarCharacters { "[a-z\u00e1\u00e9\u00ed\u00f3\u00fa\u00fc\u00f1]" }
MonthAbbreviations {
"Xan",
"Feb",
"Mar",
"Abr",
"Mai",
"Xuñ",
"Xul",
"Ago",
"Set",
"Out",
"Nov",
"Dec",
}
MonthNames {
"Xaneiro",
"Febreiro",
"Marzo",
"Abril",
"Maio",
"Xuño",
"Xullo",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Decembro",
}
NumberElements {
",",
".",
";",
"%",
"0",
"#",
"-",
"E",
"‰",
"∞",
"<22>",
",",
"+",
}
// /**************** Info Below is needed ****************/
// Countries{}
// Eras{}
// Languages{}
// ShortLanguage { }
// localPatternChars{}
//
}