From 29d909de8e78712ebd7092181096c0529acbc09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 26 Jun 2015 15:44:52 +0200 Subject: [PATCH] Add 'Arabic' and 'Turkish' in the language selection list --- gtk/propertybox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/propertybox.c b/gtk/propertybox.c index 54c5bd898..a1598c556 100644 --- a/gtk/propertybox.c +++ b/gtk/propertybox.c @@ -1106,6 +1106,8 @@ static LangCodes supported_langs[]={ { "nb_NO" , N_("Norwegian") }, { "he" , N_("Hebrew") }, { "sr" , N_("Serbian") }, + { "ar" , N_("Arabic") }, + { "tr" , N_("Turkish") }, { NULL , NULL } };