https://bugzilla.wikimedia.org/show_bug.cgi?id=22912

--- Comment #1 from Anatoliy Goncharov <ahonc...@gmail.com> 2010-03-21 01:28:16 
UTC ---
Grammar cases had already added here:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikimediaMessages/WikimediaGrammarForms.php?view=markup
, but there is mistake:
the code

'vocative' => array(
        'Вікіпедія' => 'Вікіпедіє',
        'Вікісловник' => 'Вікісловнику',
        'Вікіпідручник' => 'Вікіпідручнику',
        'Вікіцитати' => 'Вікіцитати',
        'Вікіджерела' => 'у Вікіджерела',
        'Вікіновини' => 'у Вікіновини',
    )

should be changed to

'vocative' => array(
        'Вікіпедія' => 'Вікіпедіє',
        'Вікісловник' => 'Вікісловнику',
        'Вікіпідручник' => 'Вікіпідручнику',
        'Вікіцитати' => 'Вікіцитати',
        'Вікіджерела' => 'Вікіджерела',
        'Вікіновини' => 'Вікіновини',
    )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to