From 6550495282780abaaa4c1aa4d33e3907fedf2927 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Sat, 23 Dec 2023 11:29:48 +0100 Subject: move dictionary files to dictionary folder (#429) --- types/ext/translator.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/ext') diff --git a/types/ext/translator.d.ts b/types/ext/translator.d.ts index 39d4be81..f1eb6bcc 100644 --- a/types/ext/translator.d.ts +++ b/types/ext/translator.d.ts @@ -15,7 +15,7 @@ * along with this program. If not, see . */ -import type {DictionaryDatabase} from '../../ext/js/language/dictionary-database'; +import type {DictionaryDatabase} from '../../ext/js/dictionary/dictionary-database'; import type {JapaneseUtil} from '../../ext/js/language/sandbox/japanese-util'; import type * as Dictionary from './dictionary'; import type * as DictionaryDatabaseTypes from './dictionary-database'; -- cgit v1.2.3