refactor: remove unused console log disabling in I18nHost component

This commit is contained in:
Zack Spear
2025-01-07 11:39:57 -08:00
parent 1229a0ce69
commit 0ca57389f3

View File

@@ -2,10 +2,7 @@
import { provide } from 'vue';
import { createI18n, I18nInjectionKey } from 'vue-i18n';
import { disableProductionConsoleLogs } from '~/helpers/functions';
import en_US from '~/locales/en_US.json';
disableProductionConsoleLogs();
import en_US from '~/locales/en_US.json';
// import ja from '~/locales/ja.json';
const defaultLocale = 'en_US'; // ja, en_US