// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgo.xml
// *
// ***************************************************************************
/**
- * ICU <specials> source: <path>/xml/main/mgo.xml
+ * ICU <specials> source: <path>/common/main/mgo.xml
*/
mgo{
AuxExemplarCharacters{"[c h l q v x]"}
+ Ellipsis{
+ final{"{0}…"}
+ initial{"…{0}"}
+ medial{"{0}…{1}"}
+ }
ExemplarCharacters{
"[a à b {ch} d e è ə {ə\u0300} f g {gh} i ì j k m n ŋ o ò ɔ {ɔ\u0300} p r s t"
" u ù w y z ʼ]"
LocaleScript{
"Latn",
}
+ MoreInformation{"?"}
NumberElements{
default{"latn"}
latn{
}
native{"latn"}
}
- Version{"2.0.82.45"}
+ Version{"2.0.92.87"}
calendar{
generic{
DateTimePatterns{
"1"{"isu"}
"2"{"isu ywi"}
}
+ relativeTime{
+ future{
+ one{"+{0} d"}
+ other{"+{0} d"}
+ }
+ past{
+ one{"-{0} d"}
+ other{"-{0} d"}
+ }
+ }
}
dayperiod{
dn{"Dayperiod"}
}
hour{
dn{"Hour"}
+ relativeTime{
+ future{
+ one{"+{0} h"}
+ other{"+{0} h"}
+ }
+ past{
+ one{"-{0} h"}
+ other{"-{0} h"}
+ }
+ }
}
minute{
dn{"Minute"}
+ relativeTime{
+ future{
+ one{"+{0} min"}
+ other{"+{0} min"}
+ }
+ past{
+ one{"-{0} min"}
+ other{"-{0} min"}
+ }
+ }
}
month{
dn{"iməg"}
+ relativeTime{
+ future{
+ one{"+{0} m"}
+ other{"+{0} m"}
+ }
+ past{
+ one{"-{0} m"}
+ other{"-{0} m"}
+ }
+ }
}
second{
dn{"Second"}
+ relativeTime{
+ future{
+ one{"+{0} s"}
+ other{"+{0} s"}
+ }
+ past{
+ one{"-{0} s"}
+ other{"-{0} s"}
+ }
+ }
}
week{
dn{"nkap"}
}
}
units{
- day{
- one{"{0} d"}
- other{"{0} d"}
- }
- day-future{
- one{"+{0} d"}
- other{"+{0} d"}
- }
- day-past{
- one{"-{0} d"}
- other{"-{0} d"}
- }
- hour{
- one{"{0} h"}
- other{"{0} h"}
- }
- hour-future{
- one{"+{0} h"}
- other{"+{0} h"}
- }
- hour-past{
- one{"-{0} h"}
- other{"-{0} h"}
- }
- minute{
- one{"{0} min"}
- other{"{0} min"}
- }
- minute-future{
- one{"+{0} min"}
- other{"+{0} min"}
- }
- minute-past{
- one{"-{0} min"}
- other{"-{0} min"}
- }
- month{
- one{"{0} m"}
- other{"{0} m"}
- }
- month-future{
- one{"+{0} m"}
- other{"+{0} m"}
- }
- month-past{
- one{"-{0} m"}
- other{"-{0} m"}
- }
- second{
- one{"{0} s"}
- other{"{0} s"}
- }
- second-future{
- one{"+{0} s"}
- other{"+{0} s"}
- }
- second-past{
- one{"-{0} s"}
- other{"-{0} s"}
+ duration{
+ day{
+ one{"{0} d"}
+ other{"{0} d"}
+ }
+ hour{
+ one{"{0} h"}
+ other{"{0} h"}
+ }
+ minute{
+ one{"{0} min"}
+ other{"{0} min"}
+ }
+ month{
+ one{"{0} m"}
+ other{"{0} m"}
+ }
+ second{
+ one{"{0} s"}
+ other{"{0} s"}
+ }
}
}
}