X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/91a9738ee8553aa71610c911e7cb3a829f035087..aaeca5b5346b01d7ef26a301492804d36049eff8:/test/unit/i18n_test.rb diff --git a/test/unit/i18n_test.rb b/test/unit/i18n_test.rb index c1dacbff2..2fb13824c 100644 --- a/test/unit/i18n_test.rb +++ b/test/unit/i18n_test.rb @@ -24,6 +24,10 @@ class I18nTest < ActiveSupport::TestCase end end + if key =~ /^(active(model|record)\.)?errors\./ + variables.push("attribute") + end + value = I18n.t(key, :locale => locale, :fallback => true) if value.is_a?(Hash)