Skip to content

Commit a6a0050

Browse files
committed
Fix case of commands.expanditems
1 parent 3cd7256 commit a6a0050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"command": "qiita.expandItems",
86-
"title": "%commands.expanditems.title%",
86+
"title": "%commands.expandItems.title%",
8787
"category": "Qiita"
8888
}
8989
],

β€Žpackage.nls.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"commands.editTitle.title": "γ‚Ώγ‚€γƒˆγƒ«γ‚’η·¨ι›†",
3838
"commands.editTitle.success": "γ‚Ώγ‚€γƒˆγƒ«γ‚’η·¨ι›†γ—γΎγ—γŸ",
3939

40-
"commands.expanditems.title": "さらにθͺ­γΏθΎΌγ‚€...",
40+
"commands.expandItems.title": "さらにθͺ­γΏθΎΌγ‚€...",
4141

4242
"quickpicks.tagQuickPick.title": "ζŠ•η¨Ώγ«η™»ιŒ²γ™γ‚‹γ‚Ώγ‚°γ‚’ε…₯εŠ›γ—γ¦γγ γ•γ„",
4343
"quickpicks.tagQuickPick.placeholder": "δΎ‹) Rails React Mastodon",

0 commit comments

Comments
Β (0)