From 49464761d363091d72f82046c6ea216bcc4b5b8a Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 16 Mar 2024 14:28:34 +0100 Subject: [PATCH] update --- manifests/zss.manifest | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/manifests/zss.manifest b/manifests/zss.manifest index e2ac5d8..e636553 100644 --- a/manifests/zss.manifest +++ b/manifests/zss.manifest @@ -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) => {