mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/12226] Split language strings to correctly allow multiple plural rules
PHPBB3-12226
This commit is contained in:
@@ -394,6 +394,10 @@ $lang = array_merge($lang, array(
|
||||
'MERGE_TOPIC' => 'Merge topic',
|
||||
'MESSAGE' => 'Message',
|
||||
'MESSAGES' => 'Messages',
|
||||
'MESSAGES_COUNT' => array(
|
||||
1 => '%d message',
|
||||
2 => '%d messages',
|
||||
),
|
||||
'MESSAGE_BODY' => 'Message body',
|
||||
'MINUTES' => 'Minutes',
|
||||
'MODERATE' => 'Moderate',
|
||||
|
Reference in New Issue
Block a user