wiki.techinc.nl/languages/messages/MessagesDag.php
Amir Aharoni 1c50fa3a57 Add namespace names for Dagbani
Contributed by Sadik Shahadu (User:Shahadusadik) and
discussed by the Dagbani Wikimedians.

Change-Id: Ibbe0cda92c0da87dbdec2269b6f01922d2a14ebc
2021-05-30 14:00:41 +00:00

32 lines
935 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
/** Dagbani (Dagbanli)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Sadik Shahadu
* @author Amir E. Aharoni
*/
$namespaceNames = [
NS_MEDIA => 'Miidiya',
NS_SPECIAL => 'Diŋ\'gahim',
NS_TALK => 'Yɛltɔɣa',
NS_USER => 'Ŋun_su',
NS_USER_TALK => 'Ŋun_su_yɛltɔɣa',
NS_PROJECT_TALK => '$1_yɛltɔɣa',
NS_FILE => 'Lahabali_kɔligu',
NS_FILE_TALK => 'Lahabali_kɔligu_yɛltɔɣa',
NS_MEDIAWIKI => 'MiidiyaWiki',
NS_MEDIAWIKI_TALK => 'MiidiyaWiki_yɛltɔɣa',
NS_TEMPLATE => 'Tɛmplet',
NS_TEMPLATE_TALK => 'Tɛmplet_yɛltɔɣa',
NS_HELP => 'Sɔŋsim',
NS_HELP_TALK => 'Sɔŋsim_yɛltɔɣa',
NS_CATEGORY => 'Pubu',
NS_CATEGORY_TALK => 'Pubu_yɛltɔɣa',
];
$linkTrail = '/^([ɛɣŋɔʒƐƔŊƆƷa-z]+)(.*)$/sDu';