Changed $lang.json to $lang.js, to be more correct. Or, to be correct in the first place.

This commit is contained in:
jonnylamb
2007-07-13 10:59:12 +00:00
parent 67c91f6090
commit 1de36a6c67
+1 -1
View File
@@ -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)