summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar grunfink2026-02-02 18:10:01 +0100
committerGravatar grunfink2026-02-02 18:10:01 +0100
commit8dd51011df7b8dc44673c61ee67ebdbc7690b6a4 (patch)
treeb246c1dd6d263b4bab54c537dcb78a359eb5e5b2 /data.c
parentAdded translatable month names. (diff)
downloadsnac2-8dd51011df7b8dc44673c61ee67ebdbc7690b6a4.tar.gz
snac2-8dd51011df7b8dc44673c61ee67ebdbc7690b6a4.tar.xz
snac2-8dd51011df7b8dc44673c61ee67ebdbc7690b6a4.zip
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)
41 FILE *f; 41 FILE *f;
42 xs_str *error = NULL; 42 xs_str *error = NULL;
43 43
44 /* MUST be three letters */
44 months[0] = LL("Jan"); 45 months[0] = LL("Jan");
45 months[1] = LL("Feb"); 46 months[1] = LL("Feb");
46 months[2] = LL("Mar"); 47 months[2] = LL("Mar");