Method: I18n::Processes::Data::FileSystemBase#non_normalized_paths

Defined in:
lib/i18n/processes/data/file_system_base.rb

#non_normalized_paths(locale) ⇒ Array<String>



78
79
80
81
82
# File 'lib/i18n/processes/data/file_system_base.rb', line 78

def non_normalized_paths(locale)
  router.route(locale, get(locale))
        .reject { |path, tree_slice| normalized?(path, tree_slice) }
        .map(&:first)
end