Last modified: 2006-05-26 19:53:07 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T8098, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6098 - Add Aragonese language support (an:)
Add Aragonese language support (an:)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://an.wikipedia.org/wiki/Biquipedia
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-26 19:17 UTC by Willtron
Modified: 2006-05-26 19:53 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Willtron 2006-05-26 19:17:48 UTC
<pre>
<?php
/** Aragonese (Aragonés)
  *
  * @package MediaWiki
  * @subpackage Language
  */

require_once( "LanguageUtf8.php" );

/* private */ $wgNamespaceNamesAn = array(
	NS_MEDIA          => 'Media',
	NS_SPECIAL        => 'Espezial',
	NS_MAIN           => '',
	NS_TALK           => 'Descusión',
	NS_USER           => 'Usuario',
	NS_USER_TALK      => 'Descusión_usuario',
	NS_PROJECT	      => $wgMetaNamespace,
	NS_PROJECT_TALK   => "Descusión_{$wgMetaNamespace}",
	NS_IMAGE          => 'Imachen',
	NS_IMAGE_TALK     => 'Descusión_imachen',
	NS_MEDIAWIKI      => 'MediaWiki',
	NS_MEDIAWIKI_TALK => 'Descusión_MediaWiki',
	NS_TEMPLATE       => 'Plantilla',
	NS_TEMPLATE_TALK  => 'Descusión_plantilla',
	NS_HELP           => 'Aduya',
	NS_HELP_TALK      => 'Descusión_aduya',
	NS_CATEGORY       => 'Categoría',
	NS_CATEGORY_TALK  => 'Descusión_categoría',
) + $wgNamespaceNamesEn;


/** @package MediaWiki */
class LanguageAn extends LanguageUtf8 {

	function getNamespaces() {
		global $wgNamespaceNamesAn;
		return $wgNamespaceNamesAn;
	}

}

?>
</pre>
Comment 1 Niklas Laxström 2006-05-26 19:53:07 UTC
Added namespaces to trunk.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links