]> code.citadel.org Git - citadel.git/blobdiff - webcit/gettext.c
Update to launchpad R24
[citadel.git] / webcit / gettext.c
index 382053a77804ed380c6c4239f537cf75e17fba82..135aa0c44e91121eb3e8d5f0f98332665b66d5df 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (c) 1996-2010 by the citadel.org team
  *
  * This program is free software; you can redistribute it and/or modify
 /* actual supported locales */
 const char *AvailLang[] = {
        "C",
+       "bg_BG",
        "en_US",
+       "da_DK",
        "de_DE",
-       "it_IT",
-       "es_ES",
+       "el_GR",
        "en_GB",
-       "da_DK",
+       "es_ES",
+       "et_EE",
        "fr_FR",
+       "hu_HU",
+       "it_IT",
        "nl_NL",
        "pt_BR",
-       "hu_HU",
-       "et_EE",
        "ru_RU",
        ""
 };
@@ -364,10 +364,6 @@ void initialize_locales(void) {
                AvailLangLoaded[0] = AvailLang[0];
                nLocalesLoaded = 1;
        }
-#ifndef HAVE_USELOCALE
-
-
-#endif
 
 #ifdef ENABLE_NLS
        locale = setlocale(LC_ALL, "");