Fix 5850: added hexadecimal html entities comments for $digitTransformTable
[lhc/web/wiklou.git] / languages / messages / MessagesLo.php
1 <?php
2 /** Lao (ພາສາລາວ)
3 *
4 * @addtogroup Language
5 *
6 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
7 */
8 $digitTransformTable = array(
9 '0' => '໐', # &#x0ed0;
10 '1' => '໑', # &#x0ed1;
11 '2' => '໒', # &#x0ed2;
12 '3' => '໓', # &#x0ed3;
13 '4' => '໔', # &#x0ed4;
14 '5' => '໕', # &#x0ed5;
15 '6' => '໖', # &#x0ed6;
16 '7' => '໗', # &#x0ed7;
17 '8' => '໘', # &#x0ed8;
18 '9' => '໙', # &#x0ed9;
19 );
20
21 ?>