Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/plugins/toolbar/i18n.ts>locales

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable locales
import { locales } from "https://deno.land/x/netzo@0.5.109/plugins/toolbar/i18n.ts";

type

{ en: { buttons: { toggleDarkMode: string; share: string; feedback: string; info: string; expand: string; collapse: string; apps: { title: string; description: string; newRequest: string; }; }; dialogFeedbackNetzolabs: { title: string; description: string; form: { type: { label: string; options: { value: string; label: string; }[]; }; title: { label: string; }; description: { label: string; }; submit: string; }; }; dialogInfo: { title: string; content: { name: string; description: string; version: string; }; }; }; es: { buttons: { toggleDarkMode: string; share: string; feedback: string; info: string; expand: string; collapse: string; apps: { title: string; description: string; newRequest: string; }; }; dialogFeedbackNetzolabs: { title: string; description: string; form: { type: { label: string; options: { value: string; label: string; }[]; }; title: { label: string; }; description: { label: string; }; submit: string; }; }; dialogInfo: { title: string; content: { name: string; description: string; version: string; }; }; }; }