Exemplo n.º 1
0
/**
 * function _ne
 * Echo singular or plural version of the string, translated into the current locale, based on the count provided,
 * alias for HabariLocale::_ne()
 * @param string $singular The singular form
 * @param string $plural The plural form
 * @param string $count The count
 **/
function _ne($singular, $plural, $count, $domain = 'habari')
{
    return HabariLocale::_ne($singular, $plural, $count, $domain);
}