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