diff options
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index 3970fe2d..a1f5e6d1 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -207,7 +207,7 @@ class Backend { yomichan.logError(e); } - const deinflectionReasions = await this._fetchAsset('/bg/lang/deinflect.json', true); + const deinflectionReasions = await this._fetchAsset('/data/deinflect.json', true); this._translator.prepare(deinflectionReasions); await this._optionsUtil.prepare(); |