Skip to content

Commit b76818f

Browse files
claudesinelaw
authored andcommitted
Add missing locale key for keymap override status message
The i18n test requires all locales to have every key present in en.json. The new `keybinding_editor.status_keymap_overridden` key was missing from all non-English locale files. https://claude.ai/code/session_01AqK88PZ15YmzSdLMLsGaAW
1 parent 17dd861 commit b76818f

13 files changed

Lines changed: 13 additions & 0 deletions

File tree

crates/fresh-editor/locales/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "mapa kláves",
831831
"keybinding_editor.status_binding_removed": "Vlastní vazba odstraněna",
832832
"keybinding_editor.status_cannot_delete": "Lze smazat pouze vlastní vazby",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Editor klávesových zkratek",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "Keymap",
831831
"keybinding_editor.status_binding_removed": "Eigene Zuordnung entfernt",
832832
"keybinding_editor.status_cannot_delete": "Nur eigene Zuordnungen können gelöscht werden",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Tastenzuordnungs-Editor",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "keymap",
831831
"keybinding_editor.status_binding_removed": "Atajo personalizado eliminado",
832832
"keybinding_editor.status_cannot_delete": "Solo se pueden eliminar atajos personalizados",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Editor de atajos de teclado",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "keymap",
831831
"keybinding_editor.status_binding_removed": "Raccourci personnalisé supprimé",
832832
"keybinding_editor.status_cannot_delete": "Seuls les raccourcis personnalisés peuvent être supprimés",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Éditeur de raccourcis clavier",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "keymap",
831831
"keybinding_editor.status_binding_removed": "Scorciatoia personalizzata rimossa",
832832
"keybinding_editor.status_cannot_delete": "Si possono eliminare solo scorciatoie personalizzate",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Editor scorciatoie da tastiera",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "キーマップ",
831831
"keybinding_editor.status_binding_removed": "カスタムキーバインドを削除しました",
832832
"keybinding_editor.status_cannot_delete": "カスタムキーバインドのみ削除できます",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "キーバインドエディタ",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "키맵",
831831
"keybinding_editor.status_binding_removed": "사용자 정의 키 바인딩 삭제됨",
832832
"keybinding_editor.status_cannot_delete": "사용자 정의 키 바인딩만 삭제할 수 있습니다",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "키 바인딩 편집기",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "keymap",
831831
"keybinding_editor.status_binding_removed": "Atalho personalizado removido",
832832
"keybinding_editor.status_cannot_delete": "Somente atalhos personalizados podem ser excluídos",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Editor de atalhos de teclado",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/ru.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "раскладка",
831831
"keybinding_editor.status_binding_removed": "Пользовательская привязка удалена",
832832
"keybinding_editor.status_cannot_delete": "Можно удалять только пользовательские привязки",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "Редактор привязок клавиш",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

crates/fresh-editor/locales/th.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
"keybinding_editor.source_keymap": "แผนผังปุ่ม",
831831
"keybinding_editor.status_binding_removed": "ลบคีย์ลัดกำหนดเองแล้ว",
832832
"keybinding_editor.status_cannot_delete": "ลบได้เฉพาะคีย์ลัดกำหนดเองเท่านั้น",
833+
"keybinding_editor.status_keymap_overridden": "Keymap binding disabled (noop override added)",
833834
"keybinding_editor.title": "ตัวแก้ไขคีย์ลัด",
834835
"line_ending.cr": "CR",
835836
"line_ending.crlf": "CRLF",

0 commit comments

Comments
 (0)