aboutsummaryrefslogtreecommitdiff
path: root/src/Routes/Home.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Routes/Home.c')
-rw-r--r--src/Routes/Home.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Routes/Home.c b/src/Routes/Home.c
index be9a3d0..0534517 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_gb");
+ char *locale = get_locale(NULL);
TemplateContext ctx = new_context();
context_set(&ctx, "theme", theme);