From: Wilfried Goesgens Date: Wed, 6 Mar 2013 06:21:43 +0000 (+0100) Subject: oops, we chose to do this in alphabetic order. X-Git-Tag: v8.20~82 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f7eb6f849a4d996f2847e672e81f7d08468ab35a oops, we chose to do this in alphabetic order. --- 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", "" };