mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
(bug 37668) Add plural support to echo-link-new
Change-Id: Iada6a7dcf666afee7a3abae0ea1ed22d2c6031c7
This commit is contained in:
parent
5ccb0f4fc8
commit
f70f555969
|
@ -59,7 +59,7 @@ The {{SITENAME}} notification system',
|
|||
$1',
|
||||
|
||||
// Notifications overlay
|
||||
'echo-link-new' => '$1 new notifications',
|
||||
'echo-link-new' => '$1 new {{PLURAL:$1|notification|notifications}}',
|
||||
'echo-link-none' => 'My notifications',
|
||||
'echo-overlay-link' => 'All notifications…',
|
||||
'echo-overlay-title' => 'My notifications',
|
||||
|
|
Loading…
Reference in a new issue