1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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

View File

@@ -169,6 +169,7 @@ $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',