Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -170,6 +170,7 @@ |
171 | 171 | |
172 | 172 | $wgExtensionMessagesFiles['SemanticForms'] = $sfgIP . '/languages/SF_Messages.php'; |
173 | 173 | $wgExtensionMessagesFiles['SemanticFormsAlias'] = $sfgIP . '/languages/SF_Aliases.php'; |
| 174 | +$wgExtensionMessagesFiles['SemanticFormsMagic'] = $sfgIP . '/languages/SF_Magic.php'; |
174 | 175 | // Allow for popup windows for file upload |
175 | 176 | $wgEditPageFrameOptions = 'SAMEORIGIN'; |
176 | 177 | |
Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -7,9 +7,6 @@ |
8 | 8 | * @ingroup SF |
9 | 9 | */ |
10 | 10 | |
11 | | -// FIXME: Can be enabled when new style magic words are used (introduced in r52503) |
12 | | -// require_once( dirname( __FILE__ ) . '/SF_Magic.php' ); |
13 | | - |
14 | 11 | $messages = array(); |
15 | 12 | |
16 | 13 | /** English |