Index: branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.php |
— | — | @@ -54,8 +54,8 @@ |
55 | 55 | $wgExtensionMessagesFiles['WikiEditorHighlight'] = dirname( __FILE__ ) . '/Modules/Highlight/Highlight.i18n.php'; |
56 | 56 | $wgExtensionMessagesFiles['WikiEditorPreview'] = dirname( __FILE__ ) . '/Modules/Preview/Preview.i18n.php'; |
57 | 57 | $wgExtensionMessagesFiles['WikiEditorPublish'] = dirname( __FILE__ ) . '/Modules/Publish/Publish.i18n.php'; |
58 | | -$wgExtensionMessagesFiles['WikiEditorToc'] = dirname( __FILE__ ) . '/Modules/Toc/Toc.i18n.php'; |
59 | | -$wgExtensionMessagesFiles['WikiEditorToolbar'] = dirname( __FILE__ ) . '/Modules/Toolbar/Toolbar.i18n.php'; |
| 58 | +$wgExtensionMessagesFiles['WikiEditorToc_alpha'] = dirname( __FILE__ ) . '/Modules/Toc/Toc.i18n.php'; |
| 59 | +$wgExtensionMessagesFiles['WikiEditorToolbar_alpha'] = dirname( __FILE__ ) . '/Modules/Toolbar/Toolbar.i18n.php'; |
60 | 60 | $wgExtensionMessagesFiles['WikiEditorTemplateEditor'] = dirname( __FILE__ ) . '/Modules/TemplateEditor/TemplateEditor.i18n.php'; |
61 | 61 | |
62 | 62 | // Register Hooks |
Index: branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | ), |
105 | 105 | ), |
106 | 106 | 'toc' => array( |
107 | | - 'i18n' => 'WikiEditorToc', |
| 107 | + 'i18n' => 'WikiEditorToc_alpha', |
108 | 108 | 'preferences' => array( |
109 | 109 | 'enable' => array( |
110 | 110 | // Ideally this key would be 'wikieditor-toc' |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | ), |
128 | 128 | ), |
129 | 129 | 'toolbar' => array( |
130 | | - 'i18n' => 'WikiEditorToolbar', |
| 130 | + 'i18n' => 'WikiEditorToolbar_alpha', |
131 | 131 | 'preferences' => array( |
132 | 132 | 'enable' => array( |
133 | 133 | // Ideally this key would be 'wikieditor-toolbar' |