From f53f7104521c1ed14eba16215e5f9b0b1350f6f6 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 7 Jul 2022 01:16:05 +0200 Subject: [PATCH] Remove legacy notification locales --- config/locales/en.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 706246df..3ece16bc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -59,31 +59,6 @@ en: placeholder: comment: "Comment..." question: "Type your question hereā€¦" - notifications: - show: "Show all notifications" - mark: " and mark them as read" - answer: - body: "answered %{question} %{time} ago" - question: "your question" - relationship: - body: "followed you %{time} ago" - smile: - body: "smiled at %{content} %{time} ago" # see below for 'content' vvvv - answer: "your answer" # content if smile, 'smiled at your answer' - comment: "your comment" # content if commentsmile, 'smiled at your comment' - comment: - body: "commented on %{content} %{time} ago" # see below for 'content' vvvv - your: "your answer" # 'commented on your answer' - their: "their answer" # 'commented on their answer' - user: "%{user}'s answer" # 'commented on user's asnwer' - # all three have the 'user' variable - tabs: - all: "All notifications" - answer: "Answers" - smile: "Smiles" - comment: "Comments" - commentsmile: "Comment Smiles" - relationship: "Followers" general: answer: "Answer" question: "Question"