DEV: Use consistent interpolation key format in translations

This commit is contained in:
Gerhard Schlager 2020-06-02 19:15:45 +02:00
parent 4e687d4846
commit b2cf82fc3b
1 changed files with 2 additions and 2 deletions

View File

@ -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"