You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/client.en.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -505,6 +505,11 @@ en:
505
505
toggle_information: "toggle topic details"
506
506
read_more_in_category: "Want to read more? Browse other topics in {{catLink}} or {{latestLink}}."
507
507
read_more: "Want to read more? {{catLink}} or {{latestLink}}."
508
+
509
+
# keys ending with _MF use message format, see /spec/components/js_local_helper_spec.rb for samples
510
+
read_more_in_category_MF: "There {UNREAD, plural, one {is <a href='/unread'>1 unread</a>} other {are <a href='/unread'># unread</a>}} and {NEW, plural, one {<a href='/new'>1 new</a> topic} other {<a href='/new'># new</a> topics}} remaining, or browse other topics in {catLink}"
511
+
read_more_MF: "There {UNREAD, plural, one {is <a href='/unread'>1 unread</a>} other {are <a href='/unread'># unread</a>}} and {NEW, plural, one {<a href='/new'>1 new</a> topic} other {<a href='/new'># new</a> topics}} remaining, or {latestLink}"
0 commit comments