Skip to content

Commit

Permalink
Fix new service for i18n II
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Jan 30, 2024
1 parent 1fce2ba commit f6ab79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pumukit/CoreBundle/Services/i18nService.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function generateI18nText(string $text): array
{
$i18nText = [];
foreach ($this->locales as $locale) {
$text[$locale] = $text;
$i18nText[$locale] = $text;
}

return $i18nText;
Expand Down

0 comments on commit f6ab79c

Please sign in to comment.