On 9/16/05, Jamie Bliss astronouth7303@gmail.com wrote:
Juanma Barranquero wrote:
Now, the only thing I miss is a way to customize $wgBookstoreListEn which doesn't involve hacking languages/language.php (because I must remember to update it every time I upgrade, which is a PITA). Setting it in LocalSettings.php does not work. Any ideas?
Write an extension function to change it after initialization.
I've done that, and it works beautifully, thanks.
Still, I'm a bit puzzled. Surely $wgBookstoreList* is something prone to be customized in non-Wikipedia installations of MediaWiki. What's the point of having a getter getBookstoreList() and not a setter setBookstoreList()?