Skip to content

Commit d8b36e3

Browse files
committed
[3.0] Ensure we create en_US when copying the theme
Fixes #8974
1 parent 918a5bd commit d8b36e3

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)