mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
import { i18n } from '@/plugins/i18n';
|
|
|
|
export function useI18n() {
|
|
return i18n;
|
|
}
|