From b2cf82fc3b8b36d04135019f83a6abe4c811b98a Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 2 Jun 2020 19:15:45 +0200 Subject: [PATCH] DEV: Use consistent interpolation key format in translations --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4361381..48b1da7 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -17,8 +17,8 @@ en: solution_summary: one: "solution" other: "solutions" - accepted_html: "{{icon}} Solved by {{username}} in post #{{post_number}}" - accepted_notification: "

{{username}} {{description}}

" + accepted_html: "%{icon} Solved by %{username} in post #%{post_number}" + accepted_notification: "

%{username} %{description}

" topic_status_filter: all: "all" solved: "solved"