Page MenuHomePhabricator

Add configuration for Babel extension on la.wikipedia to InitialiseSettings.php
Closed, ResolvedPublic

Description

Please add the following configuration for the Babel extension for la.wikipedia to InitialiseSettings.php:

In array 'wmgBabelCategoryNames', add:

'lawiki' => array(
    '0' => false,
    '1' => 'Usores %code%-1',
    '2' => 'Usores %code%-2',
    '3' => 'Usores %code%-3',
    '4' => 'Usores %code%-4',
    '5' => false,
    'N' => 'Usores %code%-M',
),

In array 'wmgBabelMainCategory', add:

'lawiki' => 'Usores %code%',

Thank you in advance!


Version: unspecified
Severity: minor
URL: http://la.wikipedia.org/wiki/Vicipaedia:Taberna#Babel_categories

Details

Reference
bz31200

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:55 PM
bzimport set Reference to bz31200.
bzimport added a subscriber: Unknown Object (MLST).

oops, I made a typo ...

'N' => 'Usores %code%-M',

should read

'N' => 'Usores %code%-N',

Sorry for my mistake, could you please fix it? Thank you in advance!