1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/15947] Fix X out of 0 messages stored bug

PHPBB3-15947
This commit is contained in:
battye 2022-04-15 22:36:12 +08:00
parent 7a034a8c1e
commit aed2d00373

View File

@ -432,6 +432,7 @@ $lang = array_merge($lang, array(
'MESSAGE' => 'Message',
'MESSAGES' => 'Messages',
'MESSAGES_COUNT' => array(
0 => 'unlimited messages',
1 => '%d message',
2 => '%d messages',
),