Skip to content

Commit b341825

Browse files
authored
Merge pull request #9009 from jdarwood007/3.0/fixes8974
[3.0] Ensure we create en_US when copying the theme
2 parents cd0cc88 + d8b36e3 commit b341825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Actions/Admin/Themes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,7 @@ protected function installCopy(): array
14781478

14791479
// Create subdirectory for language files
14801480
mkdir(Utils::$context['to_install']['theme_dir'] . '/languages', 0777);
1481+
mkdir(Utils::$context['to_install']['theme_dir'] . '/languages/en_US', 0777);
14811482

14821483
// Copy over the default non-theme files.
14831484
$to_copy = [

0 commit comments

Comments
 (0)