oops, we chose to do this in alphabetic order.
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 6 Mar 2013 06:21:43 +0000 (07:21 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 6 Mar 2013 06:21:43 +0000 (07:21 +0100)
webcit/gettext.c

index 095395970225ad760835beb9e3661d9bdc92deac..da7890239e527fcd0f05640b14f536cf2f574a99 100644 (file)
@@ -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",
        ""
 };