提交 83fd45c4 编写于 作者: P Phil Price

Command titles and category localization support

上级 61f16319
...@@ -23,48 +23,48 @@ ...@@ -23,48 +23,48 @@
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept all incoming", "title": "%command.accept.all-incoming%",
"command": "merge-conflict.accept.all-incoming" "command": "merge-conflict.accept.all-incoming"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept all both", "title": "%command.accept.all-both%",
"command": "merge-conflict.accept.all-both" "command": "merge-conflict.accept.all-both"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept current", "title": "%command.accept.current%",
"command": "merge-conflict.accept.current" "command": "merge-conflict.accept.current"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept incoming", "title": "%command.accept.incoming%",
"command": "merge-conflict.accept.incoming" "command": "merge-conflict.accept.incoming"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept selection", "title": "Accept selection",
"command": "merge-conflict.accept.selection" "command": "merge-conflict.accept.selection"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Accept both", "title": "%command.accept.both%",
"command": "merge-conflict.accept.both" "command": "merge-conflict.accept.both"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Next conflict", "title": "%command.next%",
"command": "merge-conflict.next" "command": "merge-conflict.next"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Previous conflict", "title": "%command.previous%",
"command": "merge-conflict.previous" "command": "merge-conflict.previous"
}, },
{ {
"category": "Merge Conflict", "category": "%command.category%",
"title": "Compare current conflict", "title": "%command.compare%",
"command": "merge-conflict.compare" "command": "merge-conflict.compare"
} }
], ],
......
{ {
"command.category": "Merge Conflict",
"command.accept.all-incoming": "Accept all incoming",
"command.accept.all-both": "Accept all both",
"command.accept.current": "Accept current",
"command.accept.incoming": "Accept incoming",
"command.accept.selection": "Accept selection",
"command.accept.both": "Accept Both",
"command.next": "Next conflict",
"command.previous": "Previous conflict",
"command.compare": "Compare current conflict",
"config.enabled": "Whether merge conflict editor decorations and code lenses are enabled" "config.enabled": "Whether merge conflict editor decorations and code lenses are enabled"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册