mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Merge pull request #6521 from marc1706/ticket/13399
[ticket/13399] Add separate plural rules for characters count
This commit is contained in:
@@ -169,6 +169,11 @@ $lang = array_merge($lang, array(
|
||||
1 => '%d character',
|
||||
2 => '%d characters',
|
||||
),
|
||||
// Special version to be used when describing ranges e.g. "min x characters and max y characters"
|
||||
'CHARACTERS_XY' => array(
|
||||
1 => '%d character',
|
||||
2 => '%d characters',
|
||||
),
|
||||
'COLLAPSE_VIEW' => 'Collapse view',
|
||||
'CLOSE_WINDOW' => 'Close window',
|
||||
'CODE' => 'Code',
|
||||
|
Reference in New Issue
Block a user