File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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";
1313import PROJECT_DATA from "../project_data.json" with { type : "json" } ;
1414import { loadCustomDictionary } from "./dictionary.ts" ;
1515import { checkLocalStorage , setIgnoreError } from "./local_storage.ts" ;
16- import { translate } from "./mod .ts" ;
16+ import { translate } from "./translator .ts" ;
1717import { PositionedError } from "./parser/parser_lib.ts" ;
1818import { settings } from "./settings.ts" ;
1919import {
Original file line number Diff line number Diff line change 33import { unescape } from "@std/html/entities" ;
44import entityList from "@std/html/named-entity-list.json" with { type : "json" } ;
55import { repeatArray } from "../misc/misc.ts" ;
6- import { translate } from "./mod .ts" ;
6+ import { translate } from "./translator .ts" ;
77
88if ( import . meta. main ) {
99 // deno-lint-ignore no-console
File renamed without changes.
You can’t perform that action at this time.
0 commit comments