aboutsummaryrefslogtreecommitdiff
path: root/lang/en.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-07-10 01:30:05 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-07-10 23:53:02 +0300
commit1c524efbf7da91cb99bb4516feb514071e938495 (patch)
treee1fced0104749014db154f5d3b29881e705bfafc /lang/en.php
parent8979719a1af4bc0712407db7f95704f645f261a3 (diff)
dark theme support
Diffstat (limited to 'lang/en.php')
-rw-r--r--lang/en.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index cf2af6c..5736104 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -20,6 +20,11 @@ return [
'delete' => 'delete',
'info_saved' => 'Information saved.',
+ // theme switcher
+ 'theme_auto' => 'auto',
+ 'theme_dark' => 'dark',
+ 'theme_light' => 'light',
+
// contacts
'contacts_email' => 'email',
'contacts_pgp' => 'OpenPGP public key',