* (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for linktrail
This commit is contained in:
parent
ce5b47b2c4
commit
1f58468a8d
3 changed files with 13 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* Include common.css from classic-style skins in main HTML with the bump URL
|
||||
FIXME: this may leave doubled rules which won't stand up to certain changes.
|
||||
Will want to adjust these more to eliminate the dupe @includes.
|
||||
* (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for linktrail
|
||||
|
||||
|
||||
== Languages updated ==
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@
|
|||
'jbo' => 'Lojban', # Lojban
|
||||
'jv' => 'Basa Jawa', # Javanese
|
||||
'ka' => 'ქართული', # Georgian
|
||||
'kaa' => 'Qaraqalpaqsha', # Karakalpak
|
||||
'kg' => 'Kongo', # Kongo, (FIXME!) should probaly be KiKongo or KiKoongo
|
||||
'ki' => 'Gĩkũyũ', # Kikuyu, correctness not guaranteed
|
||||
'kj' => 'Kuanyama', # Kuanyama (FIXME!)
|
||||
|
|
|
|||
11
languages/messages/MessagesKaa.php
Normal file
11
languages/messages/MessagesKaa.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Karakalpak (Qaraqalpaqsha)
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Language
|
||||
*/
|
||||
|
||||
$linkTrail = '/^([a-zʻ`]+)(.*)$/sD';
|
||||
|
||||
?>
|
||||
Loading…
Reference in a new issue