Skip to content

Commit 33900ff

Browse files
committed
fix messages not working
1 parent c2bf26c commit 33900ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SemanticScribunto.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public static function initExtension( $credits = [] ) {
2121

2222
// See https://phabricator.wikimedia.org/T151136
2323
define( 'SMW_SCRIBUNTO_VERSION', isset( $credits['version'] ) ? $credits['version'] : 'UNKNOWN' );
24-
25-
// Register message files
26-
$GLOBALS['wgMessagesDirs']['SemanticScribunto'] = __DIR__ . '/i18n';
2724
}
2825

2926
/**

0 commit comments

Comments
 (0)