This commit is contained in:
SrGooglo 2024-03-16 14:28:34 +01:00
parent 56539c2071
commit 49464761d3
1 changed files with 40 additions and 0 deletions

View File

@ -35,6 +35,46 @@ module.exports = {
label:"Language",
type: "select",
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) => {