wiki.techinc.nl/languages/messages/MessagesHno.php
Amir E. Aharoni 292654d65a Add Hindko language (hno)
Bug: T332113
Change-Id: I5e4751dcec6fe92081c0961b7d424ed3012c85c6
2023-03-20 09:58:33 +02:00

25 lines
490 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
/** Northern Hindko (ہندکو)
*
* @file
* @ingroup Languages
*
* @author Amir E. Aharoni
*/
$rtl = true;
$digitTransformTable = [
'0' => '۰', # U+06f0
'1' => '۱', # U+06f1
'2' => '۲', # U+06f2
'3' => '۳', # U+06f3
'4' => '۴', # U+06f4
'5' => '۵', # U+06f5
'6' => '۶', # U+06f6
'7' => '۷', # U+06f7
'8' => '۸', # U+06f8
'9' => '۹', # U+06f9
];
$linkTrail = "/^([آابپتٹثجچحخدڈذرڑزژسشصضطظعغفقکگلمنوہھیے]+)(.*)$/sDu";