MediaWiki  REL1_23
MessagesBo.php
Go to the documentation of this file.
00001 <?php
00012 $digitTransformTable = array(
00013     '0' => '༠', # &#x0f20;
00014     '1' => '༡', # &#x0f21;
00015     '2' => '༢', # &#x0f22;
00016     '3' => '༣', # &#x0f23;
00017     '4' => '༤', # &#x0f24;
00018     '5' => '༥', # &#x0f25;
00019     '6' => '༦', # &#x0f26;
00020     '7' => '༧', # &#x0f27;
00021     '8' => '༨', # &#x0f28;
00022     '9' => '༩', # &#x0f29;
00023 );
00024