mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Merge "Use {{formatnum:}} for 99+ in default echo-badge-count message"
This commit is contained in:
commit
ca4e1fbba8
|
@ -224,5 +224,5 @@
|
|||
"notification-header-foreign-all": "More notifications from {{PLURAL:$5|another wiki|$5 other wikis}}",
|
||||
"notification-body-foreign": "$1",
|
||||
"echo-foreign-wiki-lang": "$1 - $2",
|
||||
"echo-badge-count": "{{PLURAL:$1|$1|100=99+}}"
|
||||
"echo-badge-count": "{{PLURAL:$1|$1|100={{formatnum:99}}+}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue