File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { dictionaryParser } from "../dictionary/parser.ts";
13
13
import PROJECT_DATA from "../project_data.json" with { type : "json" } ;
14
14
import { loadCustomDictionary } from "./dictionary.ts" ;
15
15
import { checkLocalStorage , setIgnoreError } from "./local_storage.ts" ;
16
- import { translate } from "./mod .ts" ;
16
+ import { translate } from "./translator .ts" ;
17
17
import { PositionedError } from "./parser/parser_lib.ts" ;
18
18
import { settings } from "./settings.ts" ;
19
19
import {
Original file line number Diff line number Diff line change 3
3
import { unescape } from "@std/html/entities" ;
4
4
import entityList from "@std/html/named-entity-list.json" with { type : "json" } ;
5
5
import { repeatArray } from "../misc/misc.ts" ;
6
- import { translate } from "./mod .ts" ;
6
+ import { translate } from "./translator .ts" ;
7
7
8
8
if ( import . meta. main ) {
9
9
// deno-lint-ignore no-console
File renamed without changes.
You can’t perform that action at this time.
0 commit comments