1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2019 Unicode, Inc.
   4 For terms of use, see http://www.unicode.org/copyright.html
   5 Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
   6 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   7 -->
   8 <ldml>
   9         <identity>
  10                 <version number="$Revision$"/>
  11                 <language type="en"/>
  12                 <territory type="IN"/>
  13         </identity>
  14         <localeDisplayNames>
  15                 <languages>
  16                         <language type="bn">Bengali</language>
  17                         <language type="ro_MD" draft="contributed">Moldavian</language>
  18                 </languages>
  19                 <scripts>
  20                         <script type="Beng">Bengali</script>
  21                         <script type="Orya">Oriya</script>
  22                 </scripts>
  23                 <types>
  24                         <type key="numbers" type="beng">Bengali Digits</type>
  25                         <type key="numbers" type="orya">Oriya Digits</type>
  26                 </types>
  27         </localeDisplayNames>
  28         <dates>
  29                 <calendars>
  30                         <calendar type="generic">
  31                                 <dateFormats>
  32                                         <dateFormatLength type="full">
  33                                                 <dateFormat>
  34                                                         <pattern>EEEE, d MMMM, y G</pattern>
  35                                                 </dateFormat>
  36                                         </dateFormatLength>
  37                                         <dateFormatLength type="long">
  38                                                 <dateFormat>
  39                                                         <pattern>d MMMM, y G</pattern>
  40                                                 </dateFormat>
  41                                         </dateFormatLength>
  42                                         <dateFormatLength type="medium">
  43                                                 <dateFormat>
  44                                                         <pattern>d MMM, y G</pattern>
  45                                                 </dateFormat>
  46                                         </dateFormatLength>
  47                                         <dateFormatLength type="short">
  48                                                 <dateFormat>
  49                                                         <pattern>d/M/y/ GGGGG</pattern>
  50                                                 </dateFormat>
  51                                         </dateFormatLength>
  52                                 </dateFormats>
  53                                 <dateTimeFormats>
  54                                         <dateTimeFormatLength type="full">
  55                                                 <dateTimeFormat>
  56                                                         <pattern>{1} 'at' {0}</pattern>
  57                                                 </dateTimeFormat>
  58                                         </dateTimeFormatLength>
  59                                         <dateTimeFormatLength type="long">
  60                                                 <dateTimeFormat>
  61                                                         <pattern>{1} 'at' {0}</pattern>
  62                                                 </dateTimeFormat>
  63                                         </dateTimeFormatLength>
  64                                         <dateTimeFormatLength type="medium">
  65                                                 <dateTimeFormat>
  66                                                         <pattern>{1}, {0}</pattern>
  67                                                 </dateTimeFormat>
  68                                         </dateTimeFormatLength>
  69                                         <dateTimeFormatLength type="short">
  70                                                 <dateTimeFormat>
  71                                                         <pattern>{1}, {0}</pattern>
  72                                                 </dateTimeFormat>
  73                                         </dateTimeFormatLength>
  74                                         <availableFormats>
  75                                                 <dateFormatItem id="GyMMM">MMM, y G</dateFormatItem>
  76                                                 <dateFormatItem id="GyMMMd">d MMM, y G</dateFormatItem>
  77                                                 <dateFormatItem id="GyMMMEd">E, d MMM, y G</dateFormatItem>
  78                                                 <dateFormatItem id="Md">d/M</dateFormatItem>
  79                                                 <dateFormatItem id="MEd" draft="contributed">E, d/M</dateFormatItem>
  80                                                 <dateFormatItem id="yyyyM">M/y GGGGG</dateFormatItem>
  81                                                 <dateFormatItem id="yyyyMd">d/M/y G</dateFormatItem>
  82                                                 <dateFormatItem id="yyyyMEd">E, d/M/y GGGGG</dateFormatItem>
  83                                                 <dateFormatItem id="yyyyMMM">MMM, y G</dateFormatItem>
  84                                                 <dateFormatItem id="yyyyMMMd">d MMM, y G</dateFormatItem>
  85                                                 <dateFormatItem id="yyyyMMMEd">E, d MMM, y G</dateFormatItem>
  86                                                 <dateFormatItem id="yyyyMMMM">MMMM, y G</dateFormatItem>
  87                                         </availableFormats>
  88                                         <intervalFormats>
  89                                                 <intervalFormatItem id="Md">
  90                                                         <greatestDifference id="d">d/M – d/M</greatestDifference>
  91                                                         <greatestDifference id="M">d/M – d/M</greatestDifference>
  92                                                 </intervalFormatItem>
  93                                                 <intervalFormatItem id="MEd">
  94                                                         <greatestDifference id="d">E, dd/MM – E, dd/MM</greatestDifference>
  95                                                         <greatestDifference id="M">E, dd/MM – E, dd/MM</greatestDifference>
  96                                                 </intervalFormatItem>
  97                                                 <intervalFormatItem id="MMMEd">
  98                                                         <greatestDifference id="d">E, d – E, d MMM</greatestDifference>
  99                                                         <greatestDifference id="M">E, d MMM – E, d MMM</greatestDifference>
 100                                                 </intervalFormatItem>
 101                                                 <intervalFormatItem id="yM">
 102                                                         <greatestDifference id="M">MM/y – MM/y G</greatestDifference>
 103                                                         <greatestDifference id="y">MM/y – MM/y G</greatestDifference>
 104                                                 </intervalFormatItem>
 105                                                 <intervalFormatItem id="yMd">
 106                                                         <greatestDifference id="d">dd/MM/y – dd/MM/y G</greatestDifference>
 107                                                         <greatestDifference id="M">dd/MM/y – dd/MM/y G</greatestDifference>
 108                                                         <greatestDifference id="y">dd/MM/y – dd/MM/y G</greatestDifference>
 109                                                 </intervalFormatItem>
 110                                                 <intervalFormatItem id="yMEd">
 111                                                         <greatestDifference id="d">E, dd/MM/y – E, dd/MM/y G</greatestDifference>
 112                                                         <greatestDifference id="M">E, dd/MM/y – E, dd/MM/y G</greatestDifference>
 113                                                         <greatestDifference id="y">E, dd/MM/y – E, dd/MM/y G</greatestDifference>
 114                                                 </intervalFormatItem>
 115                                                 <intervalFormatItem id="yMMMEd">
 116                                                         <greatestDifference id="d">E d – E d MMM y G</greatestDifference>
 117                                                         <greatestDifference id="M">E d MMM – E d MMM y G</greatestDifference>
 118                                                         <greatestDifference id="y">E d MMM y – E d MMM y G</greatestDifference>
 119                                                 </intervalFormatItem>
 120                                         </intervalFormats>
 121                                 </dateTimeFormats>
 122                         </calendar>
 123                         <calendar type="gregorian">
 124                                 <dateFormats>
 125                                         <dateFormatLength type="full">
 126                                                 <dateFormat>
 127                                                         <pattern>EEEE, d MMMM, y</pattern>
 128                                                 </dateFormat>
 129                                         </dateFormatLength>
 130                                         <dateFormatLength type="long">
 131                                                 <dateFormat>
 132                                                         <pattern>d MMMM y</pattern>
 133                                                 </dateFormat>
 134                                         </dateFormatLength>
 135                                         <dateFormatLength type="medium">
 136                                                 <dateFormat>
 137                                                         <pattern>dd-MMM-y</pattern>
 138                                                 </dateFormat>
 139                                         </dateFormatLength>
 140                                         <dateFormatLength type="short">
 141                                                 <dateFormat>
 142                                                         <pattern>dd/MM/yy</pattern>
 143                                                 </dateFormat>
 144                                         </dateFormatLength>
 145                                 </dateFormats>
 146                                 <timeFormats>
 147                                         <timeFormatLength type="full">
 148                                                 <timeFormat>
 149                                                         <pattern>h:mm:ss a zzzz</pattern>
 150                                                 </timeFormat>
 151                                         </timeFormatLength>
 152                                         <timeFormatLength type="long">
 153                                                 <timeFormat>
 154                                                         <pattern>h:mm:ss a z</pattern>
 155                                                 </timeFormat>
 156                                         </timeFormatLength>
 157                                         <timeFormatLength type="medium">
 158                                                 <timeFormat>
 159                                                         <pattern>h:mm:ss a</pattern>
 160                                                 </timeFormat>
 161                                         </timeFormatLength>
 162                                         <timeFormatLength type="short">
 163                                                 <timeFormat>
 164                                                         <pattern>h:mm a</pattern>
 165                                                 </timeFormat>
 166                                         </timeFormatLength>
 167                                 </timeFormats>
 168                                 <dateTimeFormats>
 169                                         <dateTimeFormatLength type="full">
 170                                                 <dateTimeFormat>
 171                                                         <pattern>{1} 'at' {0}</pattern>
 172                                                 </dateTimeFormat>
 173                                         </dateTimeFormatLength>
 174                                         <dateTimeFormatLength type="long">
 175                                                 <dateTimeFormat>
 176                                                         <pattern>{1} 'at' {0}</pattern>
 177                                                 </dateTimeFormat>
 178                                         </dateTimeFormatLength>
 179                                         <dateTimeFormatLength type="medium">
 180                                                 <dateTimeFormat>
 181                                                         <pattern>{1}, {0}</pattern>
 182                                                 </dateTimeFormat>
 183                                         </dateTimeFormatLength>
 184                                         <dateTimeFormatLength type="short">
 185                                                 <dateTimeFormat>
 186                                                         <pattern>{1}, {0}</pattern>
 187                                                 </dateTimeFormat>
 188                                         </dateTimeFormatLength>
 189                                         <availableFormats>
 190                                                 <dateFormatItem id="Ehm">E, h:mm a</dateFormatItem>
 191                                                 <dateFormatItem id="EHm">E, HH:mm</dateFormatItem>
 192                                                 <dateFormatItem id="Ehms">E, h:mm:ss a</dateFormatItem>
 193                                                 <dateFormatItem id="EHms">E, HH:mm:ss</dateFormatItem>
 194                                                 <dateFormatItem id="yMd">d/M/y</dateFormatItem>
 195                                                 <dateFormatItem id="yMEd">E, d/M/y</dateFormatItem>
 196                                                 <dateFormatItem id="yMMMEd">E, d MMM, y</dateFormatItem>
 197                                         </availableFormats>
 198                                         <intervalFormats>
 199                                                 <intervalFormatItem id="MEd">
 200                                                         <greatestDifference id="d">E, dd/MM – E, dd/MM</greatestDifference>
 201                                                         <greatestDifference id="M">E, dd/MM – E, dd/MM</greatestDifference>
 202                                                 </intervalFormatItem>
 203                                                 <intervalFormatItem id="MMMEd">
 204                                                         <greatestDifference id="d">E, d – E, d MMM</greatestDifference>
 205                                                         <greatestDifference id="M">E, d MMM – E, d MMM</greatestDifference>
 206                                                 </intervalFormatItem>
 207                                         </intervalFormats>
 208                                 </dateTimeFormats>
 209                         </calendar>
 210                         <calendar type="islamic">
 211                                 <dateFormats>
 212                                         <dateFormatLength type="full">
 213                                                 <dateFormat>
 214                                                         <pattern draft="contributed">EEEE d MMMM y G</pattern>
 215                                                 </dateFormat>
 216                                         </dateFormatLength>
 217                                         <dateFormatLength type="long">
 218                                                 <dateFormat>
 219                                                         <pattern draft="contributed">d MMMM, y G</pattern>
 220                                                 </dateFormat>
 221                                         </dateFormatLength>
 222                                         <dateFormatLength type="medium">
 223                                                 <dateFormat>
 224                                                         <pattern draft="contributed">dd-MMM-y G</pattern>
 225                                                 </dateFormat>
 226                                         </dateFormatLength>
 227                                         <dateFormatLength type="short">
 228                                                 <dateFormat>
 229                                                         <pattern draft="contributed">d/M/y/ GGGGG</pattern>
 230                                                 </dateFormat>
 231                                         </dateFormatLength>
 232                                 </dateFormats>
 233                                 <dateTimeFormats>
 234                                         <availableFormats>
 235                                                 <dateFormatItem id="GyMMM" draft="contributed">MMM, y G</dateFormatItem>
 236                                                 <dateFormatItem id="GyMMMd" draft="contributed">d MMM, y G</dateFormatItem>
 237                                                 <dateFormatItem id="GyMMMEd" draft="contributed">E, d MMM, y G</dateFormatItem>
 238                                                 <dateFormatItem id="Md" draft="contributed">d/M</dateFormatItem>
 239                                                 <dateFormatItem id="MEd" draft="contributed">E, d/M</dateFormatItem>
 240                                                 <dateFormatItem id="yyyyM" draft="contributed">M/y GGGGG</dateFormatItem>
 241                                                 <dateFormatItem id="yyyyMd" draft="contributed">d/M/y G</dateFormatItem>
 242                                                 <dateFormatItem id="yyyyMEd" draft="contributed">E d/M/y G</dateFormatItem>
 243                                                 <dateFormatItem id="yyyyMMM" draft="contributed">MMM, y G</dateFormatItem>
 244                                                 <dateFormatItem id="yyyyMMMd" draft="contributed">d MMM, y G</dateFormatItem>
 245                                                 <dateFormatItem id="yyyyMMMEd" draft="contributed">E, d MMM, y G</dateFormatItem>
 246                                                 <dateFormatItem id="yyyyMMMM" draft="contributed">MMMM, y G</dateFormatItem>
 247                                         </availableFormats>
 248                                 </dateTimeFormats>
 249                         </calendar>
 250                 </calendars>
 251                 <fields>
 252                         <field type="dayperiod">
 253                                 <displayName>AM/PM</displayName>
 254                         </field>
 255                 </fields>
 256                 <timeZoneNames>
 257                         <zone type="Asia/Rangoon">
 258                                 <exemplarCity>Rangoon</exemplarCity>
 259                         </zone>
 260                         <metazone type="India">
 261                                 <short>
 262                                         <standard>IST</standard>
 263                                 </short>
 264                         </metazone>
 265                 </timeZoneNames>
 266         </dates>
 267         <numbers>
 268                 <decimalFormats numberSystem="latn">
 269                         <decimalFormatLength>
 270                                 <decimalFormat>
 271                                         <pattern>#,##,##0.###</pattern>
 272                                 </decimalFormat>
 273                         </decimalFormatLength>
 274                 </decimalFormats>
 275                 <percentFormats numberSystem="latn">
 276                         <percentFormatLength>
 277                                 <percentFormat>
 278                                         <pattern>#,##,##0%</pattern>
 279                                 </percentFormat>
 280                         </percentFormatLength>
 281                 </percentFormats>
 282                 <currencyFormats numberSystem="latn">
 283                         <currencyFormatLength>
 284                                 <currencyFormat type="standard">
 285                                         <pattern>¤#,##,##0.00</pattern>
 286                                 </currencyFormat>
 287                         </currencyFormatLength>
 288                         <currencyFormatLength type="short">
 289                                 <currencyFormat type="standard">
 290                                         <pattern type="1000" count="one">¤0T</pattern>
 291                                         <pattern type="1000" count="other">¤0T</pattern>
 292                                         <pattern type="10000" count="one">¤00T</pattern>
 293                                         <pattern type="10000" count="other">¤00T</pattern>
 294                                         <pattern type="100000" count="one">¤0L</pattern>
 295                                         <pattern type="100000" count="other">¤0L</pattern>
 296                                         <pattern type="1000000" count="one" draft="contributed">¤00L</pattern>
 297                                         <pattern type="1000000" count="other" draft="contributed">¤00L</pattern>
 298                                         <pattern type="10000000" count="one">¤0Cr</pattern>
 299                                         <pattern type="10000000" count="other">¤0Cr</pattern>
 300                                         <pattern type="100000000" count="one">¤00Cr</pattern>
 301                                         <pattern type="100000000" count="other">¤00Cr</pattern>
 302                                         <pattern type="1000000000" count="one" draft="contributed">¤000Cr</pattern>
 303                                         <pattern type="1000000000" count="other" draft="contributed">¤000Cr</pattern>
 304                                         <pattern type="10000000000" count="one">¤0TCr</pattern>
 305                                         <pattern type="10000000000" count="other">¤0TCr</pattern>
 306                                         <pattern type="100000000000" count="one">¤00TCr</pattern>
 307                                         <pattern type="100000000000" count="other">¤00TCr</pattern>
 308                                         <pattern type="1000000000000" count="one" draft="contributed">¤0LCr</pattern>
 309                                         <pattern type="1000000000000" count="other" draft="contributed">¤0LCr</pattern>
 310                                         <pattern type="10000000000000" count="one" draft="contributed">¤00LCr</pattern>
 311                                         <pattern type="10000000000000" count="other" draft="contributed">¤00LCr</pattern>
 312                                         <pattern type="100000000000000" count="one" draft="contributed">¤000LCr</pattern>
 313                                         <pattern type="100000000000000" count="other" draft="contributed">¤000LCr</pattern>
 314                                 </currencyFormat>
 315                         </currencyFormatLength>
 316                 </currencyFormats>
 317                 <currencies>
 318                         <currency type="VEF">
 319                                 <displayName draft="contributed">Venezuelan Bolívar</displayName>
 320                                 <displayName count="one" draft="contributed">Venezuelan bolívar</displayName>
 321                                 <displayName count="other" draft="contributed">Venezuelan bolívars</displayName>
 322                         </currency>
 323                         <currency type="VES">
 324                                 <displayName draft="contributed">VES</displayName>
 325                                 <displayName count="one" draft="contributed">VES</displayName>
 326                                 <displayName count="other" draft="contributed">VES</displayName>
 327                         </currency>
 328                 </currencies>
 329                 <miscPatterns numberSystem="latn">
 330                         <pattern type="range" draft="contributed">{0}–{1}</pattern>
 331                 </miscPatterns>
 332         </numbers>
 333         <units>
 334                 <unitLength type="long">
 335                         <unit type="temperature-generic">
 336                                 <displayName draft="contributed">°</displayName>
 337                                 <unitPattern count="one" draft="contributed">{0}°</unitPattern>
 338                                 <unitPattern count="other" draft="contributed">{0}°</unitPattern>
 339                         </unit>
 340                 </unitLength>
 341                 <unitLength type="short">
 342                         <unit type="speed-kilometer-per-hour">
 343                                 <unitPattern count="one" draft="contributed">{0} kph</unitPattern>
 344                                 <unitPattern count="other" draft="contributed">{0} kph</unitPattern>
 345                         </unit>
 346                         <unit type="temperature-generic">
 347                                 <displayName draft="contributed">°</displayName>
 348                                 <unitPattern count="one" draft="contributed">{0}°</unitPattern>
 349                                 <unitPattern count="other" draft="contributed">{0}°</unitPattern>
 350                         </unit>
 351                         <unit type="volume-cubic-centimeter">
 352                                 <perUnitPattern draft="contributed">{0}/cm³</perUnitPattern>
 353                         </unit>
 354                 </unitLength>
 355                 <unitLength type="narrow">
 356                         <unit type="speed-kilometer-per-hour">
 357                                 <unitPattern count="one" draft="contributed">{0}kph</unitPattern>
 358                                 <unitPattern count="other" draft="contributed">{0}kph</unitPattern>
 359                         </unit>
 360                 </unitLength>
 361         </units>
 362         <listPatterns>
 363                 <listPattern type="standard-narrow">
 364                         <listPatternPart type="end" draft="contributed">{0}, and {1}</listPatternPart>
 365                 </listPattern>
 366         </listPatterns>
 367 </ldml>