From 044cd7712e19d8a83d95fe00090c62aa38e70b6d 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 07d610986..fb87162af 100644 --- a/gtk/propertybox.c +++ b/gtk/propertybox.c @@ -1176,6 +1176,8 @@ static LangCodes supported_langs[]={ { "nb_NO" , N_("Norwegian") }, { "he" , N_("Hebrew") }, { "sr" , N_("Serbian") }, + { "ar" , N_("Arabic") }, + { "tr" , N_("Turkish") }, { NULL , NULL } };