ADD: Install vue-i18n & implement in navbar

This commit is contained in:
Robert Kossessa
2024-01-22 15:22:43 +01:00
parent 6e4dc5e9db
commit 8cb6a8be68
5 changed files with 118 additions and 27 deletions

15
src/lang/en.js Normal file
View File

@@ -0,0 +1,15 @@
// 'en' Locale
export default {
navbar: {
device: {
title: 'Device',
connect: 'Connect',
disconnect: 'Disconnect',
about: 'About Device',
preferences: 'Preferences',
export: 'Export JSON',
import: 'Import JSON',
quit: 'Quit'
}
},
}