Kind: Function
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/components/uiStrings.ts
Localized relative time ("3 hours ago" / "قبل ٣ ساعات"). Uses Intl.RelativeTimeFormat so ANY documentation language gets correct plural/dual forms for free; <60s uses the catalog's "just now".
Signature
tsfunction formatRelativeTime(input: string | Date, lang: string | null): string
Parameters
| Name | Type |
|---|---|
input | `string |
lang | `string |
Returns: string
Was this page helpful?