Skip to content

Commit 3e26e59

Browse files
author
Michael Hoffmann
committed
Fix locales path
1 parent cb0eb7f commit 3e26e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shell/InternationalizationShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function updateFromCatalog(): void
7070
{
7171
$domain = $this->params['domain'];
7272

73-
$localePath = ROOT . '/src/Locale/';
73+
$localePath = RESOURCES . 'locales' . DS;
7474

7575
$catalogFile = $localePath . $domain . '.pot';
7676
if (!file_exists($catalogFile)) {

0 commit comments

Comments
 (0)