// ***************************************************************************
// *
// *   Copyright (C) 1997-2004, International Business Machines
// *   Corporation and others.  All Rights Reserved.
// *
// ***************************************************************************

de_LU {
    Version { "2.0" }
    NumberPatterns { 
        "#,##0.###;-#,##0.###",
        "#,##0.00 \u00A4;-#,##0.00 \u00A4",
        "#,##0%",
        "#E0",
    }
    calendar{
        gregorian{
            DateTimeElements:intvector {
                2,
                1,
            }
        }
    }

    // Currency display names
    Currencies {
        LUF { 
            "F", 
            "Luxemburgischer Franc", 
            :array{
                "#,##0 \u00A4;-#,##0 \u00A4", /*currency pattern*/  
                ".", /*decimal sperator*/ 
                ",", /*grouping separator*/
            }
         }
    }
}
