finish UI
This commit is contained in:
6
vue-project/my-kintone-plugin/src/i18n/lang/en.ts
Normal file
6
vue-project/my-kintone-plugin/src/i18n/lang/en.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
config: {
|
||||
title: 'Settings for data fetch plugin',
|
||||
desc: 'This message is displayed on the app page after the app has been updated.',
|
||||
},
|
||||
};
|
||||
6
vue-project/my-kintone-plugin/src/i18n/lang/ja.ts
Normal file
6
vue-project/my-kintone-plugin/src/i18n/lang/ja.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
config: {
|
||||
title: 'Settings for data fetch plugin',
|
||||
desc: 'This message is displayed on the app page after the app has been updated.',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user