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
/
LanguageEn.php
blob
3feba1777b8b29b860e75e4f8fbef002ca7bf52b
1
<
?php
2
/** English (English)
3
*
4
* @package MediaWiki
5
* @subpackage Language
6
*/
7
8
/** */
9
require_once
(
'LanguageUtf8.php'
);
10
11
/** @package MediaWiki */
12
class
LanguageEn
extends
LanguageUtf8
{
13
# Inherit everything
14
}
15
16
?
>