We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42c7f3 commit 0ae6e46Copy full SHA for 0ae6e46
package.json
@@ -40,7 +40,7 @@
40
"flat": "^5.0.2",
41
"glob": "^11.0.1",
42
"html-entities": "^2.3.2",
43
- "inquirer": "^7.3.3",
+ "inquirer": "^8.2.7",
44
"lodash": "^4.17.20",
45
"messageformat-parser": "^4.1.3",
46
"ncp": "^2.0.0",
src/services/manual.ts
@@ -41,6 +41,7 @@ export class ManualTranslation implements TranslationService {
const result = await inquirer.prompt<{ result: string }>([
{
+ type: 'input',
name: 'result',
message: `[${from} -> ${to}] ${
47
key !== value ? `(${key}) ` : ''
0 commit comments