mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user