1
0
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:
Marc Alexander
2023-10-04 21:51:46 +02:00
4 changed files with 9 additions and 4 deletions

View File

@@ -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',