wiki.techinc.nl/languages/messages/MessagesMos.php
Amir E. Aharoni c7856ec74c Add namespaces for Moore (mos)
Contributed by User:Abdul Fatawu352 on
Wikimedia Incubator.

Reference:
https://incubator.wikimedia.org/w/index.php?title=Talk:Wp/mos/Main_Page&oldid=5803352

Change-Id: I5d34086e27f08266ba9875827f14bb095c17c626
2023-03-28 09:42:09 +00:00

30 lines
798 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
/** Mooré (moore)
*
* @file
* @ingroup Languages
*
* @author Abdul Fatawu352
* @author Amir E. Aharoni
*/
$namespaceNames = [
NS_MEDIA => 'Deem',
NS_SPECIAL => 'Bãnde',
NS_TALK => 'Gomde',
NS_USER => 'Tʋmtʋmda',
NS_USER_TALK => 'Tʋmtʋmd_gomde',
NS_PROJECT_TALK => '$1_gomde',
NS_FILE => 'Fisiye',
NS_FILE_TALK => 'Fisiye_gomde',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWiki_gomde',
NS_TEMPLATE => 'Sõr-wilgda',
NS_TEMPLATE_TALK => 'Sõr-wilgd_gomde',
NS_HELP => 'Sõngre',
NS_HELP_TALK => 'Sõngre_gomde',
NS_CATEGORY => 'Sulli',
NS_CATEGORY_TALK => 'Sull_gomde',
];
$linkTrail = '/^([a-zA-Z̃ɛƐɩƖʋƲ]+)(.*)$/sDu';