Language selector for items in webui #407

Closed
AMelonInsideLemon wants to merge 5 commits from webui-lang into main
Showing only changes of commit 995ffc23cc - Show all commits

View File

@ -141,4 +141,4 @@ export const getDict = (lang: string | undefined) =>{
default:
return dict_en;
}
}
};