yml has no support for single quotation marks (') ;-;
This commit is contained in:
parent
f564ef724e
commit
f3b80d2bd4
|
@ -36,10 +36,10 @@ en:
|
||||||
answer: "your answer" # content if smile, 'smiled at your answer'
|
answer: "your answer" # content if smile, 'smiled at your answer'
|
||||||
comment: "your comment" # content if commentsmile, 'smiled at your comment'
|
comment: "your comment" # content if commentsmile, 'smiled at your comment'
|
||||||
comment:
|
comment:
|
||||||
body: 'commented on %{content} %{time} ago' # see below for 'content' vvvv
|
body: "commented on %{content} %{time} ago" # see below for 'content' vvvv
|
||||||
your: 'your answer' # 'commented on your answer'
|
your: "your answer" # 'commented on your answer'
|
||||||
their: 'their answer' # 'commented on their answer'
|
their: "their answer" # 'commented on their answer'
|
||||||
user: '#{user}\'s answer' # 'commented on user's asnwer'
|
user: "#{user}'s answer" # 'commented on user's asnwer'
|
||||||
# all three have the 'user' variable
|
# all three have the 'user' variable
|
||||||
tabs:
|
tabs:
|
||||||
all: "All notifications"
|
all: "All notifications"
|
||||||
|
|
Loading…
Reference in New Issue