DEV: Use consistent interpolation key format in translations

From now on client strings can easily be reused on the server and you don’t have to think about choosing the right format anymore.
This commit is contained in:
Gerhard Schlager
2020-06-02 18:41:23 +02:00
parent b3c8d36412
commit 0cf297725f
7 changed files with 248 additions and 233 deletions

View File

@ -320,7 +320,7 @@ PreloadStore.store("site", {
},
{
name_key: "notify_user",
name: "Notify {{username}}",
name: "Notify %{username}",
description:
"This post contains something I want to talk to this person directly and privately about.",
long_form: "notified user",