* fix bug in locale declaration array (missing ,)
authorWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:07:44 +0000 (10:07 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:07:44 +0000 (10:07 +0000)
commit0e30ee7b09f0e29d0ce731417ec121c635d96bf8
tree93579268ca197d3744ac09825cf8d12dc912fa32
parent928652e4f4fd6ee2fb189ee801b635c193351b1a
* fix bug in locale declaration array (missing ,)
* remove define with number of available langs and run till the empty element shows up; people tend to mess this up on adding new locales
* move all gettext related initialization stuff into its module startup (rerun bootstrap..)
webcit/fmt_date.c
webcit/gettext.c
webcit/setup.c
webcit/wc_gettext.h [deleted file]
webcit/webcit.h
webcit/webserver.c