feat(app): sync product translations (#35856)

This commit is contained in:
Luke Parker 2026-07-08 14:57:28 +10:00 committed by GitHub
commit 77429f5982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 3791 additions and 84 deletions

View file

@ -440,8 +440,10 @@ export function SessionTurn(
>
<div data-slot="session-turn-diffs-header">
<span data-slot="session-turn-diffs-label">
{edited()} {i18n.t("ui.sessionTurn.diffs.changed")}{" "}
{i18n.t(edited() === 1 ? "ui.common.file.one" : "ui.common.file.other")}
{i18n.t(
edited() === 1 ? "ui.sessionTurn.diffs.changed.one" : "ui.sessionTurn.diffs.changed.other",
{ count: String(edited()) },
)}
</span>
<DiffChanges changes={diffs()} />
<Show when={overflow() > 0}>