mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 11:31:40 +00:00
16 lines
347 B
PHP
16 lines
347 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Kazakh
|
||
|
* Internationalisation file for the Gadgets extension
|
||
|
*
|
||
|
* @package MediaWiki
|
||
|
* @subpackage Extensions
|
||
|
* @author Daniel Kinzler, brightbyte.de
|
||
|
* @copyright c 2007 Daniel Kinzler
|
||
|
* @licence GNU General Public Licence 2.0 or later
|
||
|
*/
|
||
|
|
||
|
/* Kazakh default, fallback to kk-cyrl */
|
||
|
require_once( 'Gadgets.i18n.kk-cyrl.php' );
|