Browse documentation

getTranslations

Returns the configured translation dictionaries.

Table of contents

Category

Value

Import

js
import { getTranslations } from "valyrian.js/translate";

Public signature

ts
(): Record<string, Record<string, any>>

Parameters

It does not accept parameters.

Result

ts
Record<string, Record<string, any>>