wiki.techinc.nl/languages/messages/MessagesKs_arab.php
Fomafix 59ef38fff3 Use Unicode notation (U+XXXX) instead of HTML notation (&#xXXXX;) in comments
Performed using:
sed -i 's/&#x\([0-9a-f]*\);/U+\U\1/gi' languages/messages/* languages/classes/*

Change-Id: Id489ae5ffb10bc5b047f72bc6834dd0488b5f940
2018-10-01 12:26:19 +02:00

51 lines
1.3 KiB
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
/** Kashmiri (Arabic script) (کٲشُر)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Rachitrali
* @author Rk_kaul (on ks.wikipedia.org)
* @author VibhasKS
*/
$rtl = true;
$namespaceNames = [
NS_MEDIA => 'میڈیا',
NS_SPECIAL => 'خاص',
NS_TALK => 'بَحَژ',
NS_USER => 'رُکُن',
NS_USER_TALK => 'رُکُن_بَحَژ',
NS_PROJECT_TALK => '$1_بَحَژ',
NS_FILE => 'فَیِل',
NS_FILE_TALK => 'فَیِل_بَحَژ',
NS_MEDIAWIKI => 'میڈیاوکی',
NS_MEDIAWIKI_TALK => 'میڈیاوکی_بَحَژ',
NS_TEMPLATE => 'فرما',
NS_TEMPLATE_TALK => 'فرما_بَحَژ',
NS_HELP => 'پَلزُن',
NS_HELP_TALK => 'پَلزُن_بَحَژ',
NS_CATEGORY => 'زٲژ',
NS_CATEGORY_TALK => 'زٲژ_بَحَژ',
];
$digitTransformTable = [
'0' => '٠', # U+0660
'1' => '١', # U+0661
'2' => '٢', # U+0662
'3' => '٣', # U+0663
'4' => '٤', # U+0664
'5' => '٥', # U+0665
'6' => '٦', # U+0666
'7' => '٧', # U+0667
'8' => '٨', # U+0668
'9' => '٩', # U+0669
];
$separatorTransformTable = [
'.' => '٫', # U+066B
',' => '٬', # U+066C
];