DEV: Use consistent interpolation key format in translations
This commit is contained in:
parent
4e687d4846
commit
b2cf82fc3b
|
@ -17,8 +17,8 @@ en:
|
|||
solution_summary:
|
||||
one: "solution"
|
||||
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_notification: "<p><span>{{username}}</span> {{description}}</p>"
|
||||
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>"
|
||||
topic_status_filter:
|
||||
all: "all"
|
||||
solved: "solved"
|
||||
|
|
Loading…
Reference in New Issue