From c9709029ca37ce27ea2d395b07ebb535c4bc421f Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 3 Apr 2026 11:23:38 -0400 Subject: fix: replaced en_uk with en_gb as default locale --- src/Routes/Home.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Routes/Home.c') diff --git a/src/Routes/Home.c b/src/Routes/Home.c index 48edfd9..bbd53b7 100644 --- a/src/Routes/Home.c +++ b/src/Routes/Home.c @@ -6,7 +6,7 @@ int home_handler(UrlParams *params) { (void)params; char *theme = get_theme(""); - char *locale = get_locale("en_uk"); + char *locale = get_locale("en_gb"); TemplateContext ctx = new_context(); context_set(&ctx, "theme", theme); -- cgit v1.2.3