first upload all files
This commit is contained in:
17
Themes/Storefront/resources/lang/en/themes.php
Normal file
17
Themes/Storefront/resources/lang/en/themes.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'blue' => 'Blue',
|
||||
'bondi-blue' => 'Bondi Blue',
|
||||
'cornflower' => 'Cornflower',
|
||||
'violet' => 'Violet',
|
||||
'red' => 'Red',
|
||||
'yellow' => 'Yellow',
|
||||
'orange' => 'Orange',
|
||||
'green' => 'Green',
|
||||
'pink' => 'Pink',
|
||||
'black' => 'Black',
|
||||
'indigo' => 'Indigo',
|
||||
'magenta' => 'Magenta',
|
||||
'custom_color' => 'Custom Color',
|
||||
];
|
||||
Reference in New Issue
Block a user