mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
refactor: rename i18n
This commit is contained in:
parent
af2ed1bb34
commit
5a6cd12f1e
16 changed files with 57 additions and 57 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue