FIX: add missing translation key
This is used when browsing/filtering on all categories and new results appear.
This commit is contained in:
parent
5288d875d5
commit
30528eac5c
|
@ -389,6 +389,10 @@ en:
|
||||||
yes_value: "Discard"
|
yes_value: "Discard"
|
||||||
no_value: "Resume editing"
|
no_value: "Resume editing"
|
||||||
|
|
||||||
|
topic_count_all:
|
||||||
|
one: "See %{count} new topic"
|
||||||
|
other: "See %{count} new topics"
|
||||||
|
|
||||||
topic_count_categories:
|
topic_count_categories:
|
||||||
one: "See %{count} new or updated topic"
|
one: "See %{count} new or updated topic"
|
||||||
other: "See %{count} new or updated topics"
|
other: "See %{count} new or updated topics"
|
||||||
|
|
Loading…
Reference in New Issue