From 01430abddb611b224b7a2d114ea520b90d2a6084 Mon Sep 17 00:00:00 2001 From: Dachuu <43214538+MehdiKhelfi@users.noreply.github.com> Date: Tue, 16 Oct 2018 17:56:53 +0200 Subject: [PATCH] Update language.c --- common/language.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/language.c b/common/language.c index f8f838b..108591c 100644 --- a/common/language.c +++ b/common/language.c @@ -304,6 +304,7 @@ const char* const g_strings[StrId_Max][16] = [StrId_MsgBox_OK] = { STR_EN("OK"), + STR_FR("OK"), STR_ES("Aceptar"), STR_JP("了解"), STR_KO("확인"),