Page MenuHomePhabricator

LanguageId.php: category keyword localisation not working
Closed, InvalidPublic

Description

Author: stanley

Description:
Try to localize keyword [[Kategory:]] to perform same function as [[Category:]]
on local wiki not working. (This worked at id.wikipedia.org)

+ user's language already id (Indonesian)
+ (NS_CATEGORY => "Kategori") at languageid.php
+ changing languageid.php have no effects ( [[Kategori:]] is treated as ordinary
link)
+ changing language.php do have effect ( [[Kategori:]] works the same as
[[Category:]])

Mysql 5.0.15
Apache 5.0.5
wikimedia 1.5.2
apache 2.0.55


Version: 1.5.x
Severity: normal
OS: Windows Server 2003
Platform: PC

Details

Reference
bz4009

Event Timeline

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

Selecting the user's interface language will have no effect on any sort of
keywords. You must set the *wiki's* language ($wgLanguageCode).

gangleri wrote:

this report was about a private wiki
$wgLanguageCode = "id" was added in localsettings.php
works now - Thanks!