t
Resolves a translated message by path and replaces the provided parameters.
Table of contents
Category
Value
Import
jsimport { t } from "valyrian.js/translate";Public signature
ts(path: string, params?: Record<string, string>): stringParameters
tspath: string, params?: Record<string, string>Result
tsstring