From 1de36a6c6744664c2d711cf92e1c4adb39539b4e Mon Sep 17 00:00:00 2001 From: jonnylamb Date: Fri, 13 Jul 2007 10:59:12 +0000 Subject: [PATCH] Changed $lang.json to $lang.js, to be more correct. Or, to be correct in the first place. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 852d5de..4bd005a 100644 --- a/configure.ac +++ b/configure.ac @@ -434,7 +434,7 @@ AC_MSG_RESULT([$APACHE_MOD_DIR]) htl10n_jsfiles= for lang in en `cd po && cd bongo-web && ls *.po | sed s/.po$//`; do - htl10n_jsfiles="$htl10n_jsfiles src/www/l10n/$lang.json" + htl10n_jsfiles="$htl10n_jsfiles src/www/l10n/$lang.js" done AC_SUBST(htl10n_jsfiles)