We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec50ba4 commit c3f3a77Copy full SHA for c3f3a77
src/Components/Translations.php
@@ -29,7 +29,7 @@ private function getTranslations(string $locale): array
29
{
30
$appPHPTranslations = $this->getPHPTranslations(lang_path($locale));
31
32
- $appJsonTranslations = $this->getJsonTranslations(lang_path("$locale/$locale.json"));
+ $appJsonTranslations = $this->getJsonTranslations(lang_path("$locale.json"));
33
$modularJsonTranslations = $this->getJsonTranslations(lang_path("vendor/modular/$locale/$locale.json"));
34
35
return array_merge($appPHPTranslations, $appJsonTranslations, $modularJsonTranslations);
0 commit comments