UPD: Change locale file to .json for Easy i18n
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// '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'
|
||||
}
|
||||
},
|
||||
}
|
||||
14
src/lang/en.json
Normal file
14
src/lang/en.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"navbar": {
|
||||
"device": {
|
||||
"title": "Device",
|
||||
"connect": "Connect",
|
||||
"disconnect": "Disconnect",
|
||||
"about": "About Device",
|
||||
"preferences": "Preferences",
|
||||
"export": "Export JSON",
|
||||
"import": "Import JSON",
|
||||
"quit": "Quit"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user