refactor: rename i18n

This commit is contained in:
lin onetwo 2022-11-17 23:26:53 +08:00
parent af2ed1bb34
commit 5a6cd12f1e
16 changed files with 57 additions and 57 deletions

View file

@ -23,7 +23,7 @@ import type { INativeService } from '@services/native/interface';
import type { IAuthenticationService, ServiceBranchTypes } from '@services/auth/interface';
import type { IWikiService } from '@services/wiki/interface';
import { logger } from '@services/libs/log';
import i18n from '@services/libs/i18n';
import { i18n } from '@services/libs/i18n';
import { ICommitAndSyncConfigs, IGitLogMessage, IGitService, IGitUserInfos } from './interface';
import { WikiChannel } from '@/constants/channels';
import { GitWorker } from './gitWorker';