From f3b80d2bd4f26727f5cce9a4fe1da3c3a198821d Mon Sep 17 00:00:00 2001 From: Yuki Date: Sun, 7 Jun 2015 06:16:12 +0530 Subject: [PATCH] yml has no support for single quotation marks (') ;-; --- config/locales/en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index cf4d83a0..804f7a44 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -36,10 +36,10 @@ en: 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' + 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"