Fallback locale
App wide
[
// ...
'use_fallback' => true,
'fallback_locale' => 'en',
// ...
][
// ...
'use_fallback' => true,
'fallback_locale' => null,
'locales' => [
'en',
'de' => [
'DE',
'AT',
'CH',
],
]
// ...
]per Model
for Properties
customize empty translation property detection
Country based fallback
Last updated
Was this helpful?