update
This commit is contained in:
parent
56539c2071
commit
49464761d3
|
@ -35,6 +35,46 @@ module.exports = {
|
||||||
label:"Language",
|
label:"Language",
|
||||||
type: "select",
|
type: "select",
|
||||||
default: "en",
|
default: "en",
|
||||||
|
ui_component_props: {
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
value: "0",
|
||||||
|
label: "Japanese"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "1",
|
||||||
|
label: "American English"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "2",
|
||||||
|
label: "French"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "3",
|
||||||
|
label: "German"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "4",
|
||||||
|
label: "Italian"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "5",
|
||||||
|
label: "Spanish"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "6",
|
||||||
|
label: "Chinese"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "7",
|
||||||
|
label: "Korean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "8",
|
||||||
|
label: "Portuguese"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
execute: async (pkg) => {
|
execute: async (pkg) => {
|
||||||
|
|
Loading…
Reference in New Issue