diff --git a/src/Translation/Translator.php b/src/Translation/Translator.php index 3045d320..a9609f35 100644 --- a/src/Translation/Translator.php +++ b/src/Translation/Translator.php @@ -130,7 +130,7 @@ protected function getValidationSpecific($key, $replace, $locale) */ protected function localeForChoice($key, $locale) { - $locale = parent::localeForChoice($key, locale); + $locale = parent::localeForChoice($key, $locale); if (str_contains($locale, '-')) { $localeParts = explode('-', $locale, 2);