wiki.techinc.nl/languages/messages/MessagesDga.php
Jon Harald Søby 16d56c438a [Languages] Add namespaces names for dga and bbc-latn
Add namespace names for the Dagaare language. Submitted by
Alhassan Mohammed Awal at
https://incubator.wikimedia.org/w/index.php?oldid=6137090

Add namespace names for the Batak Toba language. Submitted
by Gazartashlomo0907 at
https://incubator.wikimedia.org/w/index.php?oldid=6137271

Change-Id: I963e76702811716985b37bcf0c4806ec040f21f0
2023-11-07 15:31:39 +01:00

30 lines
841 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
/** Southern Dagaare (Dagaare)
*
* @file
* @ingroup Languages
*
* @author Amir E. Aharoni
* @author Alhassan Mohammed Awal
*/
$linkTrail = '/^([ɓɛɩŋɔʋƴƁƐƖŊƆƲƳa-z]+)(.*)$/sDu';
$namespaceNames = [
NS_MEDIA => 'Duoro_bimbu_zie',
NS_SPECIAL => 'Be_o_yoŋ',
NS_TALK => 'Yeli',
NS_USER => 'Toma_daana',
NS_USER_TALK => 'Toma_daana_yeli',
NS_PROJECT_TALK => '$1_yeli',
NS_FILE => 'Duoro_kɔre',
NS_FILE_TALK => 'Duoro_kɔre_yeli',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWiki_yeli',
NS_TEMPLATE => 'Tɛmpileti',
NS_TEMPLATE_TALK => 'Tɛmpileti_yeli',
NS_HELP => 'Sombo',
NS_HELP_TALK => 'Sombo_yeli',
NS_CATEGORY => 'Gbuli',
NS_CATEGORY_TALK => 'Gbuli_yeli',
];