Skip to content

Commit 9187d54

Browse files
authored
Temp workaround for Ubuntu 24.04 i18n GUI support (hestiacp#4857)
Change default locale to "en_US.UTF-8" for test purposes.
1 parent c2f05fd commit 9187d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/i18n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// I18N support information here
44

55
putenv("LANGUAGE=" . detect_user_language());
6-
setlocale(LC_ALL, "C.UTF-8");
6+
setlocale(LC_ALL, "en_US.UTF-8");
77

88
$domain = "hestiacp";
99
$localedir = "/usr/local/hestia/web/locale";

0 commit comments

Comments
 (0)