// src/utils/i18n.ts import { i18n } from '@/main' export function t(key: string, options?: any): string { return i18n.global.t(key, options) }