summaryrefslogtreecommitdiff
path: root/src/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.c')
-rw-r--r--src/i18n.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n.c b/src/i18n.c
index 4f5f748..5ecc47f 100644
--- a/src/i18n.c
+++ b/src/i18n.c
@@ -54,3 +54,8 @@ const char *
_(const int msg_id) {
return s(MSGS, msg_id);
}
+
+int
+i18n_init(void) {
+ return i18n_init_msgs(MSGS);
+}