Skip to content

Commit f2088c2

Browse files
committed
add multiple language support to wikibase
1 parent 8e8d5ee commit f2088c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LocalSettings.d/base/Wikibase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
// https://github.com/MaRDI4NFDI/portal-compose/issues/224
3939
$wgNamespacesToBeSearchedDefault[122] = true; // WB_PROPERTY_NAMESPACE===122
4040

41+
// Add mul language support
42+
$wgWBRepoSettings['enableMulLanguageCode'] = true;
43+
4144
if ( $wgDBname === 'my_wiki' || $wgDBname === 'wikidatawiki' || $wgDBname === 'commonswiki' ) {
4245

4346
wfLoadExtension( 'WikibaseRepository', "$IP/extensions/Wikibase/extension-repo.json" );

0 commit comments

Comments
 (0)