From f8ec4024fda35540172d2ebdcc0fcf6f37535619 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 22 Jun 2008 20:29:02 +0000 Subject: [PATCH] oops, fixed it --- webcit/gettext.c | 13 ++++--------- webcit/po/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/webcit/gettext.c b/webcit/gettext.c index 9d3833cad..317966d9f 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -1,20 +1,16 @@ /* * $Id */ -/** - * \defgroup LocaleHeaderParser Parse the browser http locale headers and set the NLS stuff. - * \ingroup WebcitHttpServer - */ -/*@{*/ + #include "webcit.h" #include "webserver.h" #ifdef ENABLE_NLS -#define NUM_LANGS 10 /**< how many different locales do we know? */ -#define SEARCH_LANG 20 /**< how many langs should we parse? */ +#define NUM_LANGS 10 /* how many different locales do we know? */ +#define SEARCH_LANG 20 /* how many langs should we parse? */ -/** actual supported locales */ +/* actual supported locales */ char *AvailLang[NUM_LANGS] = { "C", "en_US", @@ -338,4 +334,3 @@ void preset_locale(void) #endif /* ENABLE_NLS */ -/*@}*/ diff --git a/webcit/po/Makefile.in b/webcit/po/Makefile.in index 044ea6479..abaec66a2 100644 --- a/webcit/po/Makefile.in +++ b/webcit/po/Makefile.in @@ -35,6 +35,6 @@ all: ../locale/de/LC_MESSAGES/webcit.mo \ [ -d ../locale/nl/LC_MESSAGES ] || mkdir -p ../locale/nl/LC_MESSAGES msgfmt nl.po -o ../locale/nl/LC_MESSAGES/webcit.mo -../locale/pt/LC_MESSAGES/webcit.mo: pt_BR.po +../locale/pt_BR/LC_MESSAGES/webcit.mo: pt_BR.po [ -d ../locale/pt_BR/LC_MESSAGES ] || mkdir -p ../locale/pt_BR/LC_MESSAGES msgfmt pt_BR.po -o ../locale/pt_BR/LC_MESSAGES/webcit.mo -- 2.39.2