aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-02-02 18:10:01 +0100
committergrunfink <grunfink@comam.es>2026-02-02 18:10:01 +0100
commit8dd51011df7b8dc44673c61ee67ebdbc7690b6a4 (patch)
treeb246c1dd6d263b4bab54c537dcb78a359eb5e5b2 /data.c
parent7d24c6ff9460066479421473956bfce360ceb608 (diff)
Use the translated month names in date labels.
Diffstat (limited to 'data.c')
-rw-r--r--data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.c b/data.c
index 6631b6d..9616fee 100644
--- a/data.c
+++ b/data.c
@@ -41,6 +41,7 @@ int srv_open(const char *basedir, int auto_upgrade)
FILE *f;
xs_str *error = NULL;
+ /* MUST be three letters */
months[0] = LL("Jan");
months[1] = LL("Feb");
months[2] = LL("Mar");