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