translation keys

This commit is contained in:
galister 2026-08-02 23:41:43 +09:00
parent 84068ca710
commit 5a9133c497
1 changed files with 3 additions and 2 deletions

View File

@ -516,9 +516,10 @@ fn handle_press(
if layouts.is_empty() {
Toast::new(
ToastTopic::System,
"NO_KEYMAPS_CONFIGURED".into(),
"NO_KEYMAPS_CONFIGURED_HELP".into(),
"TOAST.NO_KEYMAPS_CONFIGURED".into(),
"TOAST.NO_KEYMAPS_CONFIGURED_HELP".into(),
)
.with_timeout(5.)
.submit(app);
return;
}