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

This commit is contained in:
Luke Parker
2026-07-08 14:57:28 +10:00
committed by GitHub
parent 6cfe4bc34f
commit 77429f5982
42 changed files with 3790 additions and 83 deletions
@@ -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}>