diff options
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.php b/src/index.php index 11192e9..4495cfa 100644 --- a/src/index.php +++ b/src/index.php @@ -111,7 +111,7 @@ function getThemeAndLangInfo(): array { } $availableLangs = [ - "en" => "English", + "en" => "🇺🇸 English", ]; foreach (i18n_get_available_locales() as $loc) { if (isset($availableLangs[$loc])) |