BoltTranslate / Translate

Provides translation for contenttypes.
Other
43 stars 38 forks source link

Fix notices about missing indices #185

Closed doenietzomoeilijk closed 5 years ago

doenietzomoeilijk commented 5 years ago

Make sure we have a requirements/_locale key in a route before blindly checking it against a string. This would result in notices thrown about missing indices. If the key isn't set at all in the route, we should just blindly apply the default.

bobdenotter commented 5 years ago

Thanks, @doenietzomoeilijk 👍