fix(app): localize "close tab" in command pallete (#12756)

This commit is contained in:
Alex Yaroshuk
2026-02-09 09:14:48 +08:00
committed by GitHub
parent 9ac54adbb2
commit a598ecac1f
14 changed files with 14 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export const dict = {
"command.session.new": "Ny session",
"command.file.open": "Åbn fil",
"command.tab.close": "Luk fane",
"command.context.addSelection": "Tilføj markering til kontekst",
"command.context.addSelection.description": "Tilføj markerede linjer fra den aktuelle fil",
"command.input.focus": "Fokuser inputfelt",