1// *************************************************************************** 2// * 3// * Copyright (C) 2010 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 6// * Source File:<path>/common/main/fr_BE.xml 7// * 8// *************************************************************************** 9fr_BE{ 10 NumberElements{ 11 latn{ 12 symbols{ 13 group{"."} 14 } 15 } 16 } 17 Version{"2.0.45.82"} 18 calendar{ 19 gregorian{ 20 DateTimePatterns{ 21 "H 'h' mm 'min' ss 's' zzzz", 22 "HH:mm:ss z", 23 "HH:mm:ss", 24 "HH:mm", 25 "EEEE d MMMM y", 26 "d MMMM y", 27 "d MMM y", 28 "d/MM/yy", 29 "{1} {0}", 30 "{1} {0}", 31 "{1} {0}", 32 "{1} {0}", 33 "{1} {0}", 34 } 35 } 36 } 37} 38