summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-15 15:59:21 +0200
committerJonas Kohl2024-10-15 15:59:21 +0200
commit80dc53d81f648609a1a34f468cd31c3bf752dc3d (patch)
tree4188fd836ce08eec33be327cdd9ee68ee69e4b6b /src/index.php
parentd83c43d9c9bc5cd12c9c8b3df6d249fad5b753a8 (diff)
Add emoji to language names
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php2
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]))