summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/Translate.i18n.magic.php
blob: 8aaa515fb6e8dcc6a7000c76aa978cd659952efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Internationalisation file for magic words in the Translate extension
 *
 * @file
 * @ingroup Extensions
 */

$magicWords = array();

/** English (English) */
$magicWords['en'] = array(
	'translation' => array( 0, 'translation' ),
);