mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 17:09:41 +01:00
parent
27e6801e15
commit
79179fb65a
@ -79,6 +79,8 @@ class Typecho_I18n_GetTextMulti
|
||||
*/
|
||||
public function ngettext($single, $plural, $number)
|
||||
{
|
||||
$count = -1;
|
||||
|
||||
foreach ($this->_handles as $handle) {
|
||||
$string = $handle->ngettext($single, $plural, $number, $count);
|
||||
if (-1 != $count) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user