OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 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/brx.xml | 6 // * Source File: <path>/common/main/brx.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/brx.xml | 10 * ICU <specials> source: <path>/common/main/brx.xml |
11 */ | 11 */ |
12 brx{ | 12 brx{ |
13 AuxExemplarCharacters{"[\u200C\u200D]"} | 13 AuxExemplarCharacters{"[\u200C\u200D]"} |
(...skipping 26 matching lines...) Expand all Loading... |
40 list{";"} | 40 list{";"} |
41 minusSign{"-"} | 41 minusSign{"-"} |
42 nan{"NaN"} | 42 nan{"NaN"} |
43 perMille{"‰"} | 43 perMille{"‰"} |
44 percentSign{"%"} | 44 percentSign{"%"} |
45 plusSign{"+"} | 45 plusSign{"+"} |
46 } | 46 } |
47 } | 47 } |
48 native{"deva"} | 48 native{"deva"} |
49 } | 49 } |
50 Version{"2.0.92.87"} | 50 Version{"2.1.8.9"} |
51 calendar{ | 51 calendar{ |
52 generic{ | 52 generic{ |
53 DateTimePatterns{ | 53 DateTimePatterns{ |
54 "h:mm:ss a zzzz", | 54 "h:mm:ss a zzzz", |
55 "h:mm:ss a z", | 55 "h:mm:ss a z", |
56 "h:mm:ss a", | 56 "h:mm:ss a", |
57 "h:mm a", | 57 "h:mm a", |
58 "EEEE, MMMM d, y G", | 58 "EEEE, MMMM d, y G", |
59 "MMMM d, y G", | 59 "MMMM d, y G", |
60 "MMM d, y G", | 60 "MMM d, y G", |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 dn{"बोसोर"} | 282 dn{"बोसोर"} |
283 } | 283 } |
284 zone{ | 284 zone{ |
285 dn{"ओनसोल"} | 285 dn{"ओनसोल"} |
286 } | 286 } |
287 } | 287 } |
288 measurementSystemNames{ | 288 measurementSystemNames{ |
289 US{"यु.एस"} | 289 US{"यु.एस"} |
290 metric{"मिथार खिलमिथार"} | 290 metric{"मिथार खिलमिथार"} |
291 } | 291 } |
292 units{ | |
293 duration{ | |
294 day{ | |
295 one{"{0} सान"} | |
296 other{"{0} सान"} | |
297 } | |
298 hour{ | |
299 one{"{0} रिंगा"} | |
300 other{"{0} घंटे"} | |
301 } | |
302 minute{ | |
303 one{"{0} मिन."} | |
304 other{"{0} मिन."} | |
305 } | |
306 month{ | |
307 one{"{0} महीना"} | |
308 other{"{0} महीने"} | |
309 } | |
310 second{ | |
311 one{"{0} सेकं."} | |
312 other{"{0} सेकं."} | |
313 } | |
314 week{ | |
315 one{"{0} सप्ताह"} | |
316 other{"{0} सप्ताह"} | |
317 } | |
318 year{ | |
319 one{"{0} साल"} | |
320 other{"{0} साल"} | |
321 } | |
322 } | |
323 } | |
324 } | 292 } |
OLD | NEW |