Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Sep 3, 2024
1 parent b3fabc6 commit 3ca2c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translation/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ca2c68

Please sign in to comment.