wiki.techinc.nl/languages/messages/MessagesMs_arab.php
Stang aa3fac56b4 Remove twn-related comment from languages/messages/* files
Bug: T304802
Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
2022-11-13 22:46:44 -05:00

50 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
/** Malay (Arabic Jawi script; بهاس ملايو)
*
* @file
* @ingroup Languages
*
* Based on MessagesMs.php, see the credits there
* @author Tofeiku
* @author Amire80
*/
$fallback = 'ms';
$rtl = true;
$defaultDateFormat = 'dmy';
$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 => 'ڤربينچڠن_کاتݢوري',
];
# The linkTrail is like in Arabic, with the addition of
# the six special Jawi letters and the Persian Kaf:
# چ ڠ ڤ ک ݢ ڽ ۏ
$arabicCombiningDiacritics =
'\\x{0610}-\\x{061A}' .
'\\x{064B}-\\x{065F}' .
'\\x{0670}' .
'\\x{06D6}-\\x{06DC}' .
'\\x{06DF}-\\x{06E4}' .
'\\x{06E7}' .
'\\x{06E8}' .
'\\x{06EA}-\\x{06ED}';
$linkTrail = '/^([a-zء-ي' . $arabicCombiningDiacritics . 'چڠڤکݢڽۏ]+)(.*)$/sDu';
unset( $arabicCombiningDiacritics );