Merge "Use {{formatnum:}} for 99+ in default echo-badge-count message"

This commit is contained in:
jenkins-bot 2019-07-01 18:39:04 +00:00 committed by Gerrit Code Review
commit ca4e1fbba8

View file

@ -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}}+}}"
}