We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an issue when I call wifi.getCurrentConnections return an empty array. I checked out the source code and found this
wifi.getCurrentConnections
I'm brazilian and console show sim | não 😄
sim
não
this package cold be multi language
No response
It'll be interesting set language to test the condition
if (fields[0] == 'yes')
like
wifi.setLanguage('pt-br'); // ... const LANGUAGES = { PT_BR: "sim" }; // ... if (fields[0] == LANGUAGES[PT_BR]) { ... }
The text was updated successfully, but these errors were encountered:
Or check by process.env
process.env
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I have an issue when I call
wifi.getCurrentConnections
return an empty array. I checked out the source code and found thisI'm brazilian and console show
sim
|não
😄Describe the solution you'd like
this package cold be multi language
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
It'll be interesting set language to test the condition
like
The text was updated successfully, but these errors were encountered: