variable localesimport { locales } from "https://deno.land/x/netzo@0.5.70/plugins/auth/i18n.ts"; type{ en: { newUserRegistrationNotAllowed: string; authForm: { emailButton: string; text: string; divider: string; }; }; es: { newUserRegistrationNotAllowed: string; authForm: { emailButton: string; text: string; divider: string; }; }; }