Newer
Older
Import / web / www.xiaofrog.com / wiki / languages / messages / MessagesBh.php
@John Ryland John Ryland on 22 Dec 2020 371 bytes import NUC files
<?php
/** Bihara (भोजपुरी)
  *
  * @addtogroup Language
  */

$digitTransformTable = array(
	'0' => '०', # &#x0966;
	'1' => '१', # &#x0967;
	'2' => '२', # &#x0968;
	'3' => '३', # &#x0969;
	'4' => '४', # &#x096a;
	'5' => '५', # &#x096b;
	'6' => '६', # &#x096c;
	'7' => '७', # &#x096d;
	'8' => '८', # &#x096e;
	'9' => '९', # &#x096f;
);