From f6c8242e7273b50a923ae0d5c59753505fa9df9b Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 6 Apr 2026 01:56:11 -0400 Subject: feat: setting default locale for instance --- src/Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h index 8e68eae..25bd978 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,6 +35,7 @@ typedef struct { char host[256]; int port; char domain[256]; + char default_locale[32]; char proxy[256]; char proxy_list_file[256]; int max_proxy_retries; -- cgit v1.2.3