mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Localisation updates for extension magic words from translatewiki.net
This commit is contained in:
parent
cd5deee70b
commit
138e1ae4a3
|
@ -13,3 +13,11 @@ $magicWords = array();
|
|||
$magicWords['en'] = array(
|
||||
'categorytree' => array( 0, 'categorytree' ),
|
||||
);
|
||||
|
||||
$magicWords['ar'] = array(
|
||||
'categorytree' => array( '0', 'شجرة_تصنيف', 'categorytree' ),
|
||||
);
|
||||
|
||||
$magicWords['nl'] = array(
|
||||
'categorytree' => array( '0', 'categorieboom', 'categorytree' ),
|
||||
);
|
Loading…
Reference in a new issue