chore(app): i18n sync (#17283)
This commit is contained in:
parent
270cb0b8b4
commit
05cb3c87ca
65 changed files with 1776 additions and 156 deletions
|
|
@ -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(", "),
|
||||
}),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue