File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 242
242
{
243
243
"command" : " i18n-ally.extract-hard-strings-batch" ,
244
244
"category" : " %extname%" ,
245
- "title" : " (expiremental) Extract all hard-coded strings"
245
+ "title" : " Extract all hard-coded strings (expiremental) "
246
246
},
247
247
{
248
248
"command" : " i18n-ally.detect_hard_strings" ,
249
249
"category" : " %extname%" ,
250
- "title" : " (expiremental) Detect hard-coded strings in current file"
250
+ "title" : " Detect hard-coded strings in current file (expiremental) "
251
251
},
252
252
{
253
253
"command" : " i18n-ally.open-url" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export enum ActionSource {
33
33
CommandPattele = 'command_pattele' ,
34
34
TreeView = 'tree_view' ,
35
35
Hover = 'hover' ,
36
- ContextMenu = 'ContextMenu '
36
+ ContextMenu = 'context_menu '
37
37
}
38
38
39
39
export interface TelemetryEvent {
You can’t perform that action at this time.
0 commit comments