Special page PageLanguage to set the page language of a page. To enable the feature, set $wgPageLanguageUseDB to true and assign the 'pagelang' user right to a user group. Bug: 35489 Change-Id: I0f82b146fbe948f917c1c5d29f7469644d797e80
2 lines
76 B
SQL
2 lines
76 B
SQL
ALTER TABLE /*$wgDBprefix*/page
|
|
ADD page_lang varbinary(35) DEFAULT NULL;
|