]> code.citadel.org Git - citadel.git/blobdiff - webcit/gettext.c
* po/it.po: Italian localization submitted by Gabriele Tassoni
[citadel.git] / webcit / gettext.c
index e0978b2c059b040645ccb84b328237463c23cf60..d7f92b9d3765df51da74b749daa0afb311c88c13 100644 (file)
@@ -5,7 +5,9 @@
 #ifdef ENABLE_NLS
 
 static const char *AvailLang[] = {
-       "de_DE"
+       "en_US",
+       "de_DE",
+       "it_IT"
 };
 
 typedef struct _lang_pref{