aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesKsw.php
blob: b0c9f15a2444452c9fbaba65a8d9048538eb62be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/** S'gaw Karen (စှီၤ)
 *
 * @file
 * @ingroup Languages
 *
 * @author Amir E. Aharoni
 */

$fallback = 'my';

$digitTransformTable = [
	'0' => '၀',
	'1' => '၁',
	'2' => '၂',
	'3' => '၃',
	'4' => '၄',
	'5' => '၅',
	'6' => '၆',
	'7' => '၇',
	'8' => '၈',
	'9' => '၉',
];