Fix #2549 - Do not hardcode the exclamation in "toot!", wrap it in an extra locale key (#3089)

This commit is contained in:
Eugen Rochko
2017-05-17 00:54:24 +02:00
committed by GitHub
parent 1efda1c453
commit 0d59d7c680
29 changed files with 37 additions and 3 deletions

View File

@ -374,6 +374,10 @@
{
"defaultMessage": "Toot",
"id": "compose_form.publish"
},
{
"defaultMessage": "{publish}!",
"id": "compose_form.publish_loud"
}
],
"path": "app/javascript/mastodon/features/compose/components/compose_form.json"