UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

12 lines (11 loc) 230 B
import { en } from "@inkline/inkline/i18n/messages"; export * from "@inkline/inkline/i18n/translate"; export const i18n = { locale: "en", messages: { en } }; export function setLocale(locale) { i18n.locale = locale; }