File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ async function init() {
229
229
{
230
230
name : 'needsE2eTesting' ,
231
231
type : ( ) => ( isFeatureFlagsUsed ? null : 'select' ) ,
232
+ hint : language . needsE2eTesting . hint ,
232
233
message : language . needsE2eTesting . message ,
233
234
initial : 0 ,
234
235
choices : ( prev , answers ) => [
Original file line number Diff line number Diff line change 30
30
},
31
31
"needsE2eTesting" : {
32
32
"message" : " Add an End-to-End Testing Solution?" ,
33
+ "hint" : " - Use arrow-keys. Return to submit." ,
33
34
"selectOptions" : {
34
35
"negative" : { "title" : " No" },
35
36
"cypress" : {
Original file line number Diff line number Diff line change 30
30
},
31
31
"needsE2eTesting" : {
32
32
"message" : " Ajouter une solution de test de bout en bout (e2e)\u00a0 ?" ,
33
+ "hint" : " - Utilisez les flèches et appuyez sur la touche Entrée pour valider" ,
33
34
"selectOptions" : {
34
35
"negative" : { "title" : " Non" },
35
36
"cypress" : {
Original file line number Diff line number Diff line change 30
30
},
31
31
"needsE2eTesting" : {
32
32
"message" : " 是否要引入一款端到端(End to End)测试工具?" ,
33
+ "hint" : " - 使用箭头切换按Enter确认。" ,
33
34
"selectOptions" : {
34
35
"negative" : { "title" : " 不需要" },
35
36
"cypress" : {
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import * as fs from 'node:fs'
2
2
import * as path from 'node:path'
3
3
4
4
interface LanguageItem {
5
+ hint ?: string
5
6
message : string
6
7
invalidMessage ?: string
7
8
dirForPrompts ?: {
You can’t perform that action at this time.
0 commit comments