2009/5/6 Jan Luca <[email protected]>:
> Hello,
>
>
>
> Do you must include the Language
> class(http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/languages/clas
> ses/) to use PLUARL in Extensions?
>
No. You can just use wfMsg('messagename', array('parsemag')); IIRC,
and any {{PLURAL:}} calls in the messages should automatically be
expanded.

As a general rule, you never need to include() or require_once() any
files: the autoloader does that automatically.

Roan Kattouw (Catrope)

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to