From 80dc53d81f648609a1a34f468cd31c3bf752dc3d Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 15 Oct 2024 15:59:21 +0200 Subject: Add emoji to language names --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.php') 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])) -- cgit v1.2.3