chore(app): i18n sync (#17283)

This commit is contained in:
Adam 2026-03-13 06:48:38 -05:00 committed by GitHub
commit 05cb3c87ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 1776 additions and 156 deletions

View file

@ -239,7 +239,7 @@ function useKeyCapture(input: {
showToast({
title: input.language.t("settings.shortcuts.conflict.title"),
description: input.language.t("settings.shortcuts.conflict.description", {
keybind: formatKeybind(next),
keybind: formatKeybind(next, input.language.t),
titles: [...conflicts.values()].join(", "),
}),
})