mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-05 13:22:11 +00:00
DEV: Use consistent interpolation key format in translations
This commit is contained in:
parent
4e687d4846
commit
b2cf82fc3b
@ -17,8 +17,8 @@ en:
|
|||||||
solution_summary:
|
solution_summary:
|
||||||
one: "solution"
|
one: "solution"
|
||||||
other: "solutions"
|
other: "solutions"
|
||||||
accepted_html: "{{icon}} Solved <span class='by'>by <a href data-user-card='{{username_lower}}'>{{username}}</a></span> in <a href='{{post_path}}' class='back'>post #{{post_number}}</a>"
|
accepted_html: "%{icon} Solved <span class='by'>by <a href data-user-card='%{username_lower}'>%{username}</a></span> in <a href='%{post_path}' class='back'>post #%{post_number}</a>"
|
||||||
accepted_notification: "<p><span>{{username}}</span> {{description}}</p>"
|
accepted_notification: "<p><span>%{username}</span> %{description}</p>"
|
||||||
topic_status_filter:
|
topic_status_filter:
|
||||||
all: "all"
|
all: "all"
|
||||||
solved: "solved"
|
solved: "solved"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user