wiki.techinc.nl/languages/messages/MessagesPnb.php
Umherirrender 7f28fe35b8 Sort magic words alises alphabetically in static language files
Use @phpcs-require-sorted-array from new codesniffer release 32.0.0

Similiar to special page alias in
I827d1f5010d000609324ec398beeb142d9bac299

Bug: T255826
Change-Id: I7b7cbf0c03714001609437af68fe16e06930cc33
2021-03-06 16:21:51 +01:00

61 lines
1.4 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
/** Western Punjabi (پنجابی)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Arslan
* @author Kaganer
* @author Khalid Mahmood
* @author Rachitrali
* @author Reedy
* @author ZaDiak
*/
$linkPrefixExtension = true;
$fallback8bitEncoding = 'windows-1256';
$rtl = true;
$namespaceNames = [
NS_MEDIA => 'میڈیا',
NS_SPECIAL => 'خاص',
NS_TALK => 'گل_بات',
NS_USER => 'ورتنوالا',
NS_USER_TALK => 'ورتن_گل_بات',
NS_PROJECT_TALK => 'ویونت_گل_بات',
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' => '۰',
'1' => '۱',
'2' => '۲',
'3' => '۳',
'4' => '۴',
'5' => '۵',
'6' => '۶',
'7' => '۷',
'8' => '۸',
'9' => '۹',
];
$namespaceAliases = [
'تصویر' => NS_FILE,
];
/** @phpcs-require-sorted-array */
$magicWords = [
'redirect' => [ '0', '#مڑجوڑ', '#REDIRECT' ],
];