Kind: Function
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/components/uiStrings.ts
Localized UI string with {token} replacement.
Signature
tsfunction uiFmt(lang: string | null | undefined, key: UiStringKey, params: Record<string, string | number>): string
Parameters
| Name | Type |
|---|---|
lang | `string |
key | UiStringKey |
params | `Record<string, string |
Returns: string
Was this page helpful?