Add Baoule (bci) to Names.php
Bug: T287345 Change-Id: If1796a156a45046d43ecceb044718a2de27295e6
This commit is contained in:
parent
9dd696882d
commit
f523635a60
3 changed files with 16 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ because of Phabricator reports.
|
|||
* (T284002) Added language support for Paiwan (pwn).
|
||||
* (T284044) Added language support for Carpathian Romani (rmc).
|
||||
* (T286460) Added language support for Gun (guw, Gungbe).
|
||||
* (T287345) Added language support for Baoulé (bci).
|
||||
|
||||
=== Breaking changes in 1.37 ===
|
||||
* The Revision class, hard deprecated in 1.35, was removed entirely. As
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ class Names {
|
|||
'bbc' => 'Batak Toba', # Batak Toba (falls back to bbc-latn)
|
||||
'bbc-latn' => 'Batak Toba', # Batak Toba
|
||||
'bcc' => 'جهلسری بلوچی', # Southern Balochi
|
||||
'bci' => 'wawle', # Baoulé
|
||||
'bcl' => 'Bikol Central', # Bikol: Central Bicolano language
|
||||
'be' => 'беларуская', # Belarusian normative
|
||||
'be-tarask' => "беларуская (тарашкевіца)", # Belarusian in Taraskievica orthography
|
||||
|
|
|
|||
14
languages/messages/MessagesBci.php
Normal file
14
languages/messages/MessagesBci.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/** Baoulé (wawle)
|
||||
*
|
||||
* To improve a translation please visit https://translatewiki.net
|
||||
*
|
||||
* @ingroup Language
|
||||
* @file
|
||||
*
|
||||
* @author Amire80
|
||||
*/
|
||||
|
||||
$fallback = 'fr';
|
||||
|
||||
$linkTrail = '/^([a-zÈèÉéÊêÔôƐɛƆɔ]+)(.*)$/sDu';
|
||||
Loading…
Reference in a new issue