| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/fr_MA.xml | 6 // * Source File: <path>/common/main/fr_MA.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 fr_MA{ | 9 fr_MA{ |
| 10 Version{"2.1.6.69"} | 10 NumberElements{ |
| 11 latn{ |
| 12 symbols{ |
| 13 group{"."} |
| 14 } |
| 15 } |
| 16 } |
| 17 Version{"2.1.19.14"} |
| 18 calendar{ |
| 19 gregorian{ |
| 20 AmPmMarkers{ |
| 21 "a.m.", |
| 22 "p.m.", |
| 23 } |
| 24 monthNames{ |
| 25 format{ |
| 26 abbreviated{ |
| 27 "jan.", |
| 28 "fév.", |
| 29 "mar.", |
| 30 "avr.", |
| 31 "mai", |
| 32 "jui.", |
| 33 "juil.", |
| 34 "août", |
| 35 "sept.", |
| 36 "oct.", |
| 37 "nov.", |
| 38 "déc.", |
| 39 } |
| 40 } |
| 41 stand-alone{ |
| 42 abbreviated{ |
| 43 "jan.", |
| 44 "fév.", |
| 45 "mar.", |
| 46 "avr.", |
| 47 "mai", |
| 48 "jui.", |
| 49 "juil.", |
| 50 "août", |
| 51 "sept.", |
| 52 "oct.", |
| 53 "nov.", |
| 54 "déc.", |
| 55 } |
| 56 } |
| 57 } |
| 58 } |
| 59 } |
| 11 } | 60 } |
| OLD | NEW |