Skip to main content
Module

x/freshlate/mod.ts>Options

A translation plugin for Deno Fresh
Go to Latest
interface Options
Re-export
import { type Options } from "https://deno.land/x/freshlate@0.1.0/mod.ts";

Properties

selfURL: string

The import.meta.url of the module defining these options.

languages: Record<string, Record<string, string>>