diff options
| author | grunfink <grunfink@comam.es> | 2026-02-02 18:10:01 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-02-02 18:10:01 +0100 |
| commit | 8dd51011df7b8dc44673c61ee67ebdbc7690b6a4 (patch) | |
| tree | b246c1dd6d263b4bab54c537dcb78a359eb5e5b2 /data.c | |
| parent | 7d24c6ff9460066479421473956bfce360ceb608 (diff) | |
Use the translated month names in date labels.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |