Skip to content

Commit

Permalink
fix messages not working
Browse files Browse the repository at this point in the history
  • Loading branch information
oetterer committed Jul 16, 2024
1 parent c2bf26c commit 33900ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SemanticScribunto.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ public static function initExtension( $credits = [] ) {

// See https://phabricator.wikimedia.org/T151136
define( 'SMW_SCRIBUNTO_VERSION', isset( $credits['version'] ) ? $credits['version'] : 'UNKNOWN' );

// Register message files
$GLOBALS['wgMessagesDirs']['SemanticScribunto'] = __DIR__ . '/i18n';
}

/**
Expand Down

0 comments on commit 33900ff

Please sign in to comment.