rails/actionpack/test/fixtures/localized
Juan Guecaimburu bd0753b396 Add support to locales with lowdash in Resolver::PathParser
In previous versions of Rails, a dynamic regex was built to find templates.
After that, PathParser started to be used to both match and sort templates.
With the dynamic regex, templates with lowdash locales (es_AR) were
found properly. But the PathParser regex does not match locales with this
format, only allowing dash (es-AR) or no dash (es). Templates with lowdash
locales have a wrong virtual path and get filtered.

In this commit the PathParser regex is extended to support the lowdash.
2022-01-14 15:11:58 -03:00
..
hello_world.de_AT.html Add support to locales with lowdash in Resolver::PathParser 2022-01-14 15:11:58 -03:00
hello_world.de.html Typo: Hello = Guten Tag (in German) 2014-12-05 12:54:15 +07:00
hello_world.en.html Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
hello_world.it.erb Fix header Content-Type: #<Mime::NullType:...> in localized template 2013-12-03 07:46:39 +01:00