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

Locale detection when deploying with -e and compound locale (i.e. pt-BR) #230

Open sadamo opened 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.