1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/13399] Add separate plural rules for characters count

PHPBB3-13399
This commit is contained in:
Marc Alexander
2023-07-31 21:14:05 +02:00
parent e11c11ac9d
commit 9515abdb91
4 changed files with 8 additions and 4 deletions

View File

@@ -169,6 +169,10 @@ $lang = array_merge($lang, array(
1 => '%d character',
2 => '%d characters',
),
'CHARACTERS_XY' => array(
1 => '%d character',
2 => '%d characters',
),
'COLLAPSE_VIEW' => 'Collapse view',
'CLOSE_WINDOW' => 'Close window',
'CODE' => 'Code',