Masked off reporting as unused various keys
Added time.formats.{blog, friendly} translation keys under ignore_unused in i18n-tasks.yml since used on numerous places for formatting dates / times, removed site.sidebar.close because started being used at3a51160
and ended being used at6adcce4
, removed sessions.new.title because started being used atf18baae
and has been used only in test/system/issues_test.rb (from which we removed it because tests are always in EN)
This commit is contained in:
parent
73fc534cb6
commit
7f6028cd7d
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ class IssuesTest < ApplicationSystemTestCase
|
|||
|
||||
def test_view_issues_not_logged_in
|
||||
visit issues_path
|
||||
assert_content I18n.t("sessions.new.title")
|
||||
assert_content "Log in"
|
||||
end
|
||||
|
||||
def test_view_issues_normal_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue