Localisation updates from http://translatewiki.net.
[lhc/web/wiklou.git] / resources / mediawiki.language / languages / nso.js
1 /**
2 * Northern Sotho (Sesotho sa Leboa) language functions
3 */
4
5 mediaWiki.language.convertPlural = function( count, forms ) {
6 forms = mediaWiki.language.preConvertPlural( forms, 2 );
7 return ( count <= 1 ) ? forms[0] : forms[1];
8 };