diff options
| author | grunfink <grunfink@comam.es> | 2026-02-02 17:51:40 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-02-02 17:51:40 +0100 |
| commit | 7d24c6ff9460066479421473956bfce360ceb608 (patch) | |
| tree | 45781f86496d8e5de1bcaeaf0cf4378f93887b18 /snac.c | |
| parent | 1f41a45091c387421299e934066106057ad0e194 (diff) | |
Added translatable month names.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ xs_dict *srv_config = NULL; xs_str *srv_baseurl = NULL; xs_str *srv_proxy_token_seed = NULL; xs_dict *srv_langs = NULL; +const char *months[12] = {0}; int dbglevel = 0; |