From e5ec4845f697b6c77bb0ec67f838f7feb99d56b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 27 Jun 2016 13:31:49 +0200 Subject: [PATCH] Add language code matchings for Lithuanian and Finnish --- gtk/propertybox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/propertybox.c b/gtk/propertybox.c index 05512a4bb..58871da0a 100644 --- a/gtk/propertybox.c +++ b/gtk/propertybox.c @@ -1187,6 +1187,8 @@ static LangCodes supported_langs[]={ { "sr" , N_("Serbian") }, { "ar" , N_("Arabic") }, { "tr" , N_("Turkish") }, + { "fi" , N_("Finnish") }, + { "lt" , N_("Lithuanian") }, { NULL , NULL } };