mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
b960075a55
This is a very raw version, and it misses most messages (even in English!) and probably needs some more work.
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
$magicWords = array();
|
|
|
|
$magicWords['en'] = array(
|
|
'invoke' => array( 0, 'invoke' ),
|
|
'script' => array( 0, 'script' ),
|
|
);
|
|
|