Page MenuHomePhabricator

Translation of magic words are always case sensitive
Closed, ResolvedPublic

Description

Example

MessagesRu.php contains line:

'redirect' => array( 0, '#REDIRECT', '#ПЕРЕНАПРАВЛЕНИЕ', '#ПЕРЕНАПР'),

I can use

#REDIRECT [[article]]
#redirect [[article]]
#ПЕРЕНАПРАВЛЕНИЕ [[article]]
but not
#перенаправление [[article]]


Version: 1.8.x
Severity: normal

Details

Reference
bz7459

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:25 PM
bzimport set Reference to bz7459.
bzimport added a subscriber: Unknown Object (MLST).

preg_match +u

Attached:

Fixed that and other problem preventing case insensitive matching in r16858.