getTranslations
Returns the configured translation dictionaries.
Table of contents
Category
Value
Import
jsimport { getTranslations } from "valyrian.js/translate";Public signature
ts(): Record<string, Record<string, any>>Parameters
It does not accept parameters.
Result
tsRecord<string, Record<string, any>>