Page MenuHomePhabricator

there are problem in russian edition
Closed, ResolvedPublic

Description

Author: midao

Description:
when i paste this in localsetings.php

// Implicit group for all visitors
$wgGroupPermissions['*' ]['createaccount'] = true;
$wgGroupPermissions['*' ]['read'] = true;
$wgGroupPermissions['*' ]['edit'] = false;
$wgGroupPermissions['*' ]['createpage'] = false;
$wgGroupPermissions['*' ]['createtalk'] = false;
$wgGroupPermissions['*' ]['writeapi'] = false;

there are incorrect symbols appears

У вас нет разрешения на действие «�равка страниц» по следующей причине:
Запрошенное действие могут выполнять только участники из группы Участники.

Incorrect - «�равка страниц»,
correct - «Правка страниц»

plz send me email how and where i can repair this! midao@inbox.ru

thanks!! )


Version: 1.13.x
Severity: enhancement
OS: Windows 2000
Platform: PC

Details

Reference
bz15301

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:22 PM
bzimport set Reference to bz15301.

I've hacked around the immediate problem in r40035 (a bad way of forcing the string to lowercase), but this whole bit of code is not done very cleanly to begin with -- we shouldn't be forcing existing messages to lowercase.

Assigning further fixes on that to Werdna.

This has been implemented, but I can't cleanly apply the patch because of some unrelated stuff in my working copy. Will apply along with my rights-management changes (which are sufficiently related, anyway).