N°3936 - Add user preference to choose backoffice theme

This commit is contained in:
Molkobain
2021-04-08 17:56:11 +02:00
parent 80d974f2b4
commit 8ccada40d1
6 changed files with 159 additions and 29 deletions

View File

@@ -371,3 +371,9 @@ Dict::Add('EN US', 'English', 'English', array(
'Person:personal_info' => 'Personal information',
'Person:notifiy' => 'Notification',
));
// Themes
Dict::Add('EN US', 'English', 'English', array(
'theme:fullmoon' => 'Full moon 🌕',
'theme:test-red' => 'Test instance (Red)',
));

View File

@@ -381,3 +381,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Person:personal_info' => 'Informations personnelles',
'Person:notifiy' => 'Notification',
));
// Themes
Dict::Add('EN US', 'English', 'English', array(
'theme:fullmoon' => 'Full moon 🌕',
'theme:test-red' => 'Instance de test (Rouge)',
));