translate hats title

This commit is contained in:
Carl Chenet 2018-10-20 13:07:31 +02:00
parent 39ea5c3735
commit 18303004ba
3 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class HatsController < ApplicationController
end
def index
@title = "Hats"
@title = t('.hatstitle')
@hat_groups = {}

View File

@ -532,6 +532,8 @@ en:
filters_controller:
filterstitle: "Tag Filters"
flashfilterupdate: "Your filters have been updated."
hats_controller:
hatstitle: "Hats"
home_controller:
recenttitle: "Recent Stories"
abouttitle: "About"

View File

@ -550,6 +550,8 @@ fr:
filters_controller:
filterstitle: "Filtres"
flashfilterupdate: "Vos filtres ont été mis à jour."
hats_controller:
hatstitle: "Chapeaux"
home_controller:
recenttitle: "Infos récentes"
abouttitle: "À propos"