1// *************************************************************************** 2// * 3// * Copyright (C) 2013 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/zh_Hant_MO.xml 7// * 8// *************************************************************************** 9zh_Hant_MO{ 10 %%Parent{"zh_Hant"} 11 Version{"2.0.82.51"} 12 calendar{ 13 buddhist{ 14 availableFormats{ 15 MEd{"M-d(E)"} 16 Md{"M-d"} 17 } 18 } 19 generic{ 20 DateTimePatterns{ 21 "ah:mm:ss [zzzz]", 22 "ah:mm:ss [z]", 23 "ahh:mm:ss", 24 "ah:mm", 25 "Gy年MM月dd日EEEE", 26 "Gy年MM月dd日", 27 "Gy年M月d日", 28 "GGGGGyy年M月d日", 29 "{1} {0}", 30 "{1} {0}", 31 "{1} {0}", 32 "{1} {0}", 33 "{1} {0}", 34 } 35 availableFormats{ 36 MEd{"E, M-d"} 37 MMdd{"dd-MM"} 38 Md{"M-d"} 39 } 40 } 41 gregorian{ 42 DateTimePatterns{ 43 "ah:mm:ss [zzzz]", 44 "ah:mm:ss [z]", 45 "ahh:mm:ss", 46 "ah:mm", 47 "y年MM月dd日EEEE", 48 "y年MM月dd日", 49 "y年M月d日", 50 "yy年M月d日", 51 "{1} {0}", 52 "{1} {0}", 53 "{1} {0}", 54 "{1} {0}", 55 "{1} {0}", 56 } 57 availableFormats{ 58 MEd{"E, M-d"} 59 MMdd{"dd-MM"} 60 Md{"M-d"} 61 } 62 } 63 roc{ 64 availableFormats{ 65 MEd{"d-M(E)"} 66 Md{"d-M"} 67 } 68 } 69 } 70} 71