Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really needs internationalization or custom hints #971

Open
ghost opened this issue Sep 29, 2020 · 4 comments
Open

Really needs internationalization or custom hints #971

ghost opened this issue Sep 29, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 29, 2020

Hi there. As an spanish speaker it's a huge turn down that such a popular library doesn't allow other languages than english. It would at least be very helpful to have custom hint strings.

Any plans to add any of this?

@abbeysside
Copy link

Any updates on this issue? I would also like to provide input hints for other languages and ran into the same problem.

if (!this.spaceKeyPressed) {
message +=
'(Press ' +
chalk.cyan.bold('<space>') +
' to select, ' +
chalk.cyan.bold('<a>') +
' to toggle all, ' +
chalk.cyan.bold('<i>') +
' to invert selection)';
}

@dingshaohua-com
Copy link

me too

@SBoudrias
Copy link
Owner

SBoudrias commented Dec 6, 2024

@abbeysside you can pass an instruction string if you're using a recent enough version. (this works for both @inquirer/prompts and recent enough inquirer releases.)

Still planning eventually a better internationalization support; but to be clear, it's not currently prioritized by me if no one else pick that task up.

@dingshaohua-com
Copy link

@abbeysside you can pass an instruction string if you're using a recent enough version. (this works for both @inquirer/prompts and recent enough inquirer releases.)

Still planning eventually a better internationalization support; but to be clear, it's not currently prioritized by me if no one else pick that task up.

thanks, you are good man

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants