mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Fixes l10n after changes.
This commit is contained in:
parent
c71f891af2
commit
3c5a859f28
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ modulejs.define('ext/l10n', ['_', '$', 'core/settings', 'core/langs', 'core/form
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: allsettings.h5aiAbsHref + 'l10n/' + isoCode + '.json',
|
url: allsettings.h5aiAbsHref + 'conf/l10n/' + isoCode + '.json',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: function (json) {
|
success: function (json) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue