We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0eb7f commit 3e26e59Copy full SHA for 3e26e59
src/Shell/InternationalizationShell.php
@@ -70,7 +70,7 @@ public function updateFromCatalog(): void
70
{
71
$domain = $this->params['domain'];
72
73
- $localePath = ROOT . '/src/Locale/';
+ $localePath = RESOURCES . 'locales' . DS;
74
75
$catalogFile = $localePath . $domain . '.pot';
76
if (!file_exists($catalogFile)) {
0 commit comments