Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
Translate.i18n.magic.php
Go to the documentation of this file.
1<?php
9$magicWords = [];
10
12$magicWords['en'] = [
13 'translation' => [ 0, 'translation' ],
14];
15
17$magicWords['ur'] = [
18 'translation' => [ 0, 'ترجمہ', 'translation' ],
19];