Adding $digitTransformTable for Santali (sat)

Bug: T212221
Change-Id: I30b9b55f16186e7fd404b6e3c9460a3fd81187d0
This commit is contained in:
Aftab 2018-12-18 21:10:34 +00:00 committed by MarcoAurelio
parent 88cae6944c
commit 976e9e44a7
2 changed files with 14 additions and 0 deletions

View file

@ -105,6 +105,7 @@ because of Phabricator reports.
* (T203908) Added language support for Eastern Pwo (kjp).
* (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations
for NS_TEMPLATE.
* (T212221) Added $digitTransformTable for Santali (sat).
=== Breaking changes in 1.33 ===
* The parameteter $lang in DifferenceEngine::setTextLanguage must be of type

View file

@ -27,3 +27,16 @@ $namespaceNames = [
NS_CATEGORY => 'ᱛᱷᱚᱠ',
NS_CATEGORY_TALK => 'ᱛᱷᱚᱠ_ᱜᱟᱞᱢᱟᱨᱟᱣ',
];
$digitTransformTable = [
'0' => '᱐',
'1' => '᱑',
'2' => '᱒',
'3' => '᱓',
'4' => '᱔',
'5' => '᱕',
'6' => '᱖',
'7' => '᱗',
'8' => '᱘',
'9' => '᱙',
];