mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: title translation for crawlers
This commit is contained in:
parent
f7ecfb3a83
commit
9e2632badd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class ListController < ApplicationController
|
|||
|
||||
# Note the first is the default and we don't add a title
|
||||
if (filter.to_s != current_homepage) && use_crawler_layout?
|
||||
filter_title = I18n.t("js.filters.#{filter.to_s}.title")
|
||||
filter_title = I18n.t("js.filters.#{filter.to_s}.title", count: 0)
|
||||
if list_opts[:category]
|
||||
@title = I18n.t('js.filters.with_category', filter: filter_title, category: Category.find(list_opts[:category]).name)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue