chore(app): i18n sync (#15362)

This commit is contained in:
Adam 2026-02-27 09:45:00 -06:00 committed by GitHub
commit 6ef3af73df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 1096 additions and 71 deletions

View file

@ -449,7 +449,7 @@ export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFil
</div>
<Show when={item.updated}>
<span class="text-12-regular text-text-weak whitespace-nowrap ml-2">
{getRelativeTime(new Date(item.updated!).toISOString())}
{getRelativeTime(new Date(item.updated!).toISOString(), language.t)}
</span>
</Show>
</div>