diff options
Diffstat (limited to 'src/i18n.c')
-rw-r--r-- | src/i18n.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,3 +54,8 @@ const char * _(const int msg_id) { return s(MSGS, msg_id); } + +int +i18n_init(void) { + return i18n_init_msgs(MSGS); +} |