mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
allow users to mark pages for transalations
This commit is contained in:
parent
b165c20232
commit
f64584984f
@ -141,6 +141,7 @@ in
|
|||||||
|
|
||||||
# Enable Translate extension for all users
|
# Enable Translate extension for all users
|
||||||
$wgGroupPermissions['user']["translate"] = true;
|
$wgGroupPermissions['user']["translate"] = true;
|
||||||
|
$wgGroupPermissions['user']["pagetranslation"] = true;
|
||||||
|
|
||||||
# add extra groups
|
# add extra groups
|
||||||
## add trusted group
|
## add trusted group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user