[ticket/13399] Add info about usage of CHARACTERS_XY lang string

PHPBB3-13399
This commit is contained in:
Marc Alexander 2023-10-04 20:09:47 +02:00
parent 9515abdb91
commit 0a8391857f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -169,6 +169,7 @@ $lang = array_merge($lang, array(
1 => '%d character', 1 => '%d character',
2 => '%d characters', 2 => '%d characters',
), ),
// Special version to be used when describing ranges e.g. "min x characters and max y characters"
'CHARACTERS_XY' => array( 'CHARACTERS_XY' => array(
1 => '%d character', 1 => '%d character',
2 => '%d characters', 2 => '%d characters',