Project

General

Profile

Actions

Task #2883

closed

Set $wgPageLanguageUseDB to true and modify user rights

Added by Beluga Beluga over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

https://www.mediawiki.org/wiki/Manual:$wgPageLanguageUseDB
https://www.mediawiki.org/wiki/Manual:User_rights

Normal users should get the right "pagelang". This will allow changing the source language for a page. For example, we have pages with French as the original language. Currently we are unable to use these in the Translate extension system because all pages get English as the source language.

Actions #1

Updated by Guilhem Moulin over 5 years ago

  • Status changed from New to Closed

Done, thanks for the links.

$wgGroupPermissions['user']['pagelang'] = true;
$wgPageLanguageUseDB = true;
Actions

Also available in: Atom PDF