mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13399] Add info about usage of CHARACTERS_XY lang string
PHPBB3-13399
This commit is contained in:
parent
9515abdb91
commit
0a8391857f
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue