diff options
| author | 2026-02-02 18:10:01 +0100 | |
|---|---|---|
| committer | 2026-02-02 18:10:01 +0100 | |
| commit | 8dd51011df7b8dc44673c61ee67ebdbc7690b6a4 (patch) | |
| tree | b246c1dd6d263b4bab54c537dcb78a359eb5e5b2 /data.c | |
| parent | Added translatable month names. (diff) | |
| download | snac2-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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"); |