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
fix notice warning in some configs
[mediawiki.git]
/
languages
/
LanguageNon.php
blob
069c7eb5ac9d2c380b967d0f6d7626dcd25d0480
1
<
?php
2
/** Old Norse (Norrǿna)
3
*
4
* Defaults to Icelandic instead of English.
5
*
6
* @package MediaWiki
7
* @subpackage Language
8
*/
9
10
require_once
(
'LanguageIs.php'
);
11
12
class
LanguageNon
extends
LanguageIs
{}
13
14
?
>