Fixes l10n after changes.

This commit is contained in:
Lars Jung 2012-10-05 19:59:06 +02:00
parent c71f891af2
commit 3c5a859f28

View File

@ -72,7 +72,7 @@ modulejs.define('ext/l10n', ['_', '$', 'core/settings', 'core/langs', 'core/form
} else {
$.ajax({
url: allsettings.h5aiAbsHref + 'l10n/' + isoCode + '.json',
url: allsettings.h5aiAbsHref + 'conf/l10n/' + isoCode + '.json',
dataType: 'json',
success: function (json) {