maxkb/ui/src/locales/lang/en_US/layout.ts
tongque a50e356f42 feat(i18n): initialize vue-i18n for internationalization support
- Added vue-i18n as a dependency.
- Configured vue-i18n in the main application file.
- Created initial locale files with translations.
2024-04-27 17:24:53 +08:00

8 lines
117 B
TypeScript

export default {
topbar: {
github:"Github",
handbook:"Handbook",
forum:"Forum"
},
};