i18n of controller/filters_controller

This commit is contained in:
Carl Chenet 2016-11-15 17:34:00 +01:00
parent dff09bbc12
commit 9b22508225
3 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@ class FiltersController < ApplicationController
def index
@cur_url = "/filters"
@title = "Tag Filters"
@title = I18n.t 'controllers.filters_controller.filterstitle'
@tags = Tag.active.all_with_story_counts_for(@user)

View file

@ -320,6 +320,8 @@ en:
comments_controller:
commentstitle: "Newest Comments"
threadstitle: "Your Threads"
filters_controller:
filterstitle: "Tag Filters"
home_controllers:
recenttitle: "Recent Stories"
abouttitle: "About"

View file

@ -332,6 +332,8 @@ fr:
comments_controller:
commentstitle: "Derniers commentaires"
threadstitle: "Vos sujets"
filters_controller:
filterstitle: "Filtres"
home_controller:
recenttitle: "Infos récentes"
abouttitle: "À propos"