UNPKG

@nolebase/vitepress-plugin-git-changelog

Version:

A VitePress plugin that adds a changelog fetched from git to your documentation.

5 lines (4 loc) 240 B
import { createI18n } from "@nolebase/ui"; import { InjectionKey } from "../constants.mjs"; import { defaultEnLocale, defaultLocales } from "../locales.mjs"; export const useI18n = createI18n(InjectionKey, defaultLocales, defaultEnLocale);