From f3d5dc89852015b773d16deb85c240860e23dd4f Mon Sep 17 00:00:00 2001 From: Mr-DaveDev Date: Sun, 25 Mar 2018 17:12:01 -0600 Subject: [PATCH] Initiate translations (#682) --- motion.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motion.c b/motion.c index ad929e94..777b5ce6 100644 --- a/motion.c +++ b/motion.c @@ -3126,6 +3126,8 @@ int main (int argc, char **argv) ffmpeg_global_init(); + translate_init(); + #ifdef HAVE_MYSQL if (mysql_library_init(0, NULL, NULL)) { fprintf(stderr, "could not initialize MySQL library\n");