lib/i18n_screwdriver.rb in i18n_screwdriver-9.4 vs lib/i18n_screwdriver.rb in i18n_screwdriver-9.5

- old
+ new

@@ -8,10 +8,10 @@ class << self attr_accessor :excluded_paths end - self.excluded_paths = [%r{^tmp/}, %r{^node_modules/}] + self.excluded_paths = [%r{^tmp/}, %r{^node_modules/}, %r{/packs/}, %r{/packs-test}] def self.filename_for_locale(locale) File.join("config", "locales", "application.#{locale}.yml") end