Use lazy translations where possible

This commit is contained in:
Andy Allan 2018-04-25 14:10:59 +08:00
parent 4a9846b078
commit 5bed217823
75 changed files with 401 additions and 401 deletions

View file

@ -5,8 +5,8 @@ xml.rss("version" => "2.0",
"xmlns:geo" => "http://www.w3.org/2003/01/geo/wgs84_pos#",
"xmlns:georss" => "http://www.georss.org/georss") do
xml.channel do
xml.title t("trace.georss.title")
xml.description t("trace.georss.title")
xml.title t(".title")
xml.description t(".title")
xml.link url_for(:controller => :trace, :action => :list, :only_path => false)
xml.image do