Skip to content

Commit

Permalink
Fix an issue with the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
misenhower committed Mar 17, 2024
1 parent 7ce9950 commit e23fbbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/i18n.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createI18n } from 'vue-i18n';
import languages from '@/assets/i18n/index.mjs';
//eslint-disable-next-line @dword-design/import-alias/prefer-alias
import languages from '../assets/i18n/index.mjs';

const LANGUAGE_KEY = 'lang';

Expand Down

0 comments on commit e23fbbe

Please sign in to comment.