fix: replaced en_uk with en_gb as default locale

This commit is contained in:
frosty
2026-04-03 11:23:38 -04:00
parent 0eff62bf68
commit c9709029ca
4 changed files with 4 additions and 4 deletions

View File

@@ -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);