Skip to content

Commit

Permalink
Update i18n.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Mar 31, 2024
1 parent 4f010c3 commit c354f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import i18next from 'i18next';

import * as en from 'src/translations/en.json';
import * as zh_CN from 'src/translations/zh-CN.json';
import * as en from 'src/libs/translations/en.json';
import * as zh_CN from 'src/libs/translations/zh-CN.json';

import { moment } from 'obsidian';

Expand Down

0 comments on commit c354f4d

Please sign in to comment.