Skip to content

Commit 6aa3b4b

Browse files
committed
revert: ISO 639-1
1 parent 3f03654 commit 6aa3b4b

File tree

2 files changed

+741
-793
lines changed

2 files changed

+741
-793
lines changed

lib/cli.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ const onLoad = async (targetDir, version, argv) => {
7272
type: "autocomplete",
7373
name: "langAnswer",
7474
message: "Select language",
75-
choices: langsList.map((code) => {
76-
return { title: code };
77-
}),
75+
choices: langsList,
7876
},
7977
];
8078

0 commit comments

Comments
 (0)