- Added vue-i18n as a dependency. - Configured vue-i18n in the main application file. - Created initial locale files with translations.
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
export default {
|
|
topbar: {
|
|
github:"Github",
|
|
handbook:"Handbook",
|
|
forum:"Forum"
|
|
},
|
|
};
|