1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3fr_CD{ 4 NumberElements{ 5 latn{ 6 miscPatterns{ 7 atLeast{"au moins {0}"} 8 } 9 } 10 } 11 Version{"2.1.27.99"} 12 calendar{ 13 gregorian{ 14 dayPeriod{ 15 format{ 16 narrow{ 17 afternoon1{"ap.m."} 18 evening1{"soir"} 19 midnight{"min."} 20 morning1{"mat."} 21 night1{"nuit"} 22 noon{"midi"} 23 } 24 } 25 stand-alone{ 26 narrow{ 27 midnight{"min."} 28 } 29 } 30 } 31 intervalFormats{ 32 y{ 33 y{"y – y"} 34 } 35 } 36 } 37 } 38} 39