We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bf26c commit 33900ffCopy full SHA for 33900ff
src/SemanticScribunto.php
@@ -21,9 +21,6 @@ public static function initExtension( $credits = [] ) {
21
22
// See https://phabricator.wikimedia.org/T151136
23
define( 'SMW_SCRIBUNTO_VERSION', isset( $credits['version'] ) ? $credits['version'] : 'UNKNOWN' );
24
-
25
- // Register message files
26
- $GLOBALS['wgMessagesDirs']['SemanticScribunto'] = __DIR__ . '/i18n';
27
}
28
29
/**
0 commit comments