repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* (bug 5432) Fix inconsistencies in cookie names when using table prefixes
[mediawiki.git]
/
languages
/
LanguageBm.php
blob
958bf32d1fb299645f201300f2d20abf8cd1e8c5
1
<
?php
2
/** Bambara (Bamanankan)
3
*
4
* @package MediaWiki
5
* @subpackage Language
6
*/
7
8
# Stub for Bambara; import French (official language of Mali)
9
10
require_once
(
'LanguageFr.php'
);
11
12
class
LanguageBm
extends
LanguageFr
{
13
// Inherit all for now
14
}
15
16
?
>