1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

Merge pull request #6386 from battye/ticket/15947

[ticket/15947] Fix X out of 0 messages stored bug
This commit is contained in:
Marc Alexander 2022-04-15 23:19:25 +02:00
commit 32ce101541
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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',
),