upload code
This commit is contained in:
14
src/i18n/lang/en.ts
Normal file
14
src/i18n/lang/en.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
config: {
|
||||
title: 'kintone Vue template',
|
||||
desc: 'kintone Vue template for creating plugin',
|
||||
button: {
|
||||
label: 'button name',
|
||||
default: 'button'
|
||||
},
|
||||
message: {
|
||||
label: 'message',
|
||||
default: ''
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user