1// *************************************************************************** 2// * 3// * Copyright (C) 2011 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 6// * Source File:<path>/common/main/kok.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/kok.xml 11 */ 12kok{ 13 AuxExemplarCharacters{"[\u200C\u200D]"} 14 ExemplarCharacters{ 15 "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क " 16 "{क\u093C} ख {ख\u093C} ग {ग\u093C} घ ङ च छ ज {ज\u093C} झ ञ ट ठ ड {ड\u093C} ढ " 17 "{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ ा ि " 18 "ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" 19 } 20 LocaleScript{ 21 "Deva", 22 } 23 NumberElements{ 24 default{"deva"} 25 latn{ 26 patterns{ 27 currencyFormat{"¤ #,##,##0.00"} 28 decimalFormat{"#,##,##0.###"} 29 percentFormat{"#,##,##0%"} 30 } 31 } 32 } 33 Version{"2.0.59.63"} 34 calendar{ 35 gregorian{ 36 AmPmMarkers{ 37 "म.पू.", 38 "म.नं.", 39 } 40 dayNames{ 41 format{ 42 abbreviated{ 43 "रवि", 44 "सोम", 45 "मंगळ", 46 "बुध", 47 "गुरु", 48 "शुक्र", 49 "शनि", 50 } 51 wide{ 52 "आदित्यवार", 53 "सोमवार", 54 "मंगळार", 55 "बुधवार", 56 "गुरुवार", 57 "शुक्रवार", 58 "शनिवार", 59 } 60 } 61 } 62 eras{ 63 abbreviated{ 64 "क्रिस्तपूर्व", 65 "क्रिस्तशखा", 66 } 67 } 68 monthNames{ 69 format{ 70 wide{ 71 "जानेवारी", 72 "फेब्रुवारी", 73 "मार्च", 74 "एप्रिल", 75 "मे", 76 "जून", 77 "जुलै", 78 "ओगस्ट", 79 "सेप्टेंबर", 80 "ओक्टोबर", 81 "नोव्हेंबर", 82 "डिसेंबर", 83 } 84 } 85 } 86 } 87 } 88} 89