Polish business FA layout and wire special-group keys plus SSL sync.
RTL carousels/FABs, special key+title fields, slider gallery fixes, and dashboard SSL sync agent for super-admin. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
66004a0fba
commit
672091d1f5
@@ -1,5 +1,5 @@
|
||||
export function formatCommentDate(iso: string): string {
|
||||
return new Date(iso).toLocaleString('en-US', {
|
||||
export function formatCommentDate(iso: string, locale: 'en' | 'fa' = 'en'): string {
|
||||
return new Date(iso).toLocaleString(locale === 'fa' ? 'fa-IR' : 'en-US', {
|
||||
year: 'numeric',
|
||||
month: 'short',
|
||||
day: 'numeric',
|
||||
|
||||
Reference in New Issue
Block a user