-// ***************************************************************************
+// ***************************************************************************
// *
-// * Copyright (C) 1997-2003, International Business Machines
-// * Corporation and others. All Rights Reserved.
+// * Copyright (C) 2008 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
+// * Source File:<path>/common/main/de_LU.xml
// *
// ***************************************************************************
-
-de_LU {
- Version { "2.0" }
-// LocaleString { "de_LU" }
- NumberPatterns {
- "#,##0.###;-#,##0.###",
- "#,##0.00 \u00A4;-#,##0.00 \u00A4",
- "#,##0%",
- "#E0",
- }
-// ShortCountry { "LUX" }
- LocaleID:int { 0x1007 }
- DateTimeElements:intvector {
- 2,
- 1,
+de_LU{
+ Currencies{
+ LUF{
+ "F",
+ "Luxemburgischer Franc",
+ {
+ /**
+ * Duplicated from NumberPatterns resource
+ */
+ "#,##0.00 ¤",
+ ".",
+ ",",
+ }
+ }
}
-
- // Currency display names
- Currencies {
- LUF { "F", "Luxemburgischer Franc" }
+ Version{"1.51"}
+ calendar{
+ gregorian{
+ DateTimeElements:intvector{
+ 2,
+ 4,
+ }
+ }
}
}