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

@ -6,7 +6,7 @@ atom_feed(:language => I18n.locale, :schema_date => 2009,
feed.subtitle :type => "xhtml" do |xhtml|
xhtml.p do |p|
p << t("changeset.timeout.sorry")
p << t(".sorry")
end
end
end