From f7eb6f849a4d996f2847e672e81f7d08468ab35a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 6 Mar 2013 07:21:43 +0100 Subject: [PATCH] oops, we chose to do this in alphabetic order. --- webcit/gettext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/gettext.c b/webcit/gettext.c index 095395970..da7890239 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -18,6 +18,7 @@ /* actual supported locales */ const char *AvailLang[] = { "C", + "ar_AR", "bg_BG", "cs_CZ", "en_US", @@ -40,7 +41,6 @@ const char *AvailLang[] = { "ro_RO", "sl_SL", "tr_TR", - "ar_AR", "" }; -- 2.30.2