* (bug 14296) Fix local name of ang: (Anglo-Saxon)
This commit is contained in:
parent
75896eb067
commit
a76da7b804
2 changed files with 2 additions and 1 deletions
|
|
@ -300,6 +300,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* (bug 14220) Disabling $wgCheckFileExtensions now works without also
|
||||
disabling $wgStrictFileExtensions
|
||||
* (bug 14241) Pages can no longer be protected to levels you are not in
|
||||
* (bug 14296) Fix local name of ang: (Anglo-Saxon)
|
||||
|
||||
=== API changes in 1.13 ===
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
'als' => 'Alemannisch', # Alemannic -- not a valid code, for compatibility. See gsw.
|
||||
'am' => 'አማርኛ', # Amharic
|
||||
'an' => 'Aragonés', # Aragonese
|
||||
'ang' => 'Anglo Saxon', # Old English
|
||||
'ang' => 'Anglo-Saxon', # Old English
|
||||
'ar' => 'العربية', # Arabic
|
||||
'arc' => 'ܐܪܡܝܐ', # Aramaic
|
||||
'arn' => 'Mapudungun', # Mapuche, Mapudungu, Araucanian (Araucano)
|
||||
|
|
|
|||
Loading…
Reference in a new issue