* Some updates
[lhc/web/wiklou.git] / languages / messages / MessagesKm.php
1 <?php
2 /** Khmer (ភាសាខ្មែរ)
3 *
4 * @addtogroup Language
5 *
6 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
7 */
8 $digitTransformTable = array(
9 '0' => '០', # &#x17e0;
10 '1' => '១', # &#x17e1;
11 '2' => '២', # &#x17e2;
12 '3' => '៣', # &#x17e3;
13 '4' => '៤', # &#x17e4;
14 '5' => '៥', # &#x17e5;
15 '6' => '៦', # &#x17e6;
16 '7' => '៧', # &#x17e7;
17 '8' => '៨', # &#x17e8;
18 '9' => '៩', # &#x17e9;
19 );
20
21 ?>