diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index ad5c5dc107..d5fde0fbc9 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2388,7 +2388,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
... - $user->lang('NUMBER_OF_ELEFANTS', $number_of_elefants); + $user->lang('NUMBER_OF_ELEPHANTS', $number_of_elephants); ...
... - 'NUMBER_OF_ELEFANTS' => array( - 0 => 'You have no elephant', // Optional special case for 0 + 'NUMBER_OF_ELEPHANTS' => array( + 0 => 'You have no elephants', // Optional special case for 0 1 => 'You have 1 elephant', // Singular - 2 => 'You have %d elephant', // Plural + 2 => 'You have %d elephants', // Plural ), ...
... - 'NUMBER_OF_ELEFANTS' => array( + 'NUMBER_OF_ELEPHANTS' => array( 0 => 'You have no slonova', // Optional special case for 0 1 => 'You have %d slon', // Used for 1, 21, 31, .. 2 => 'You have %d slona', // Used for 5, 6,