locomotivecms / steam

The rendering stack used by both Wagon and Station (new name of the engine). It includes the rack stack and the liquid drops/filters/tags.
MIT License
38 stars 59 forks source link

[FIX] locale detection by filepath when deploying using compound locale (i.e. pt-BR) #229

Closed sadamo closed 1 year ago

sadamo commented 1 year ago

When deploying a site using a compound locale (e.g. pt-BR) was getting

"undefined method to_sym for nil:NilClass"

This PRs allowed to deploy using compound locales.