mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 20:50:30 +01:00
[ticket/12286] Fix spelling of elephant(s) in the sample
PHPBB3-12286
This commit is contained in:
parent
99dccc2df8
commit
c985b018a7
@ -2388,7 +2388,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
|
||||
|
||||
<div class="codebox"><pre>
|
||||
...
|
||||
$user->lang('NUMBER_OF_ELEFANTS', $number_of_elefants);
|
||||
$user->lang('NUMBER_OF_ELEPHANTS', $number_of_elephants);
|
||||
...
|
||||
</pre></div>
|
||||
|
||||
@ -2396,10 +2396,10 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
|
||||
|
||||
<div class="codebox"><pre>
|
||||
...
|
||||
'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
|
||||
),
|
||||
...
|
||||
</pre></div>
|
||||
@ -2408,7 +2408,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
|
||||
|
||||
<div class="codebox"><pre>
|
||||
...
|
||||
'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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user