wiki.techinc.nl/languages/messages/MessagesKsw.php
Amir E. Aharoni 52127d0e8a Define Burmese numerals for languages blk, kjp, ksw
Requested on translatewiki:
https://translatewiki.net/wiki/Thread:User_talk:%E5%92%BD%E9%A0%AD%E3%81%B9%E3%81%95/Numerals

Burmese itself (my) and Mon (mnw) already have
them defined.

Change-Id: Ieb5743b4c09298861b17865018043dc6df73c224
2022-01-17 15:27:34 +00:00

25 lines
372 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** S'gaw Karen (စှီၤ)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Amir E. Aharoni
*/
$fallback = 'my';
$digitTransformTable = [
'0' => '',
'1' => '၁',
'2' => '၂',
'3' => '၃',
'4' => '၄',
'5' => '၅',
'6' => '၆',
'7' => '၇',
'8' => '၈',
'9' => '၉',
];