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

Renaming variables to respected translated languages #123

Open
robertoooc opened this issue Jul 2, 2023 · 0 comments
Open

Renaming variables to respected translated languages #123

robertoooc opened this issue Jul 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@robertoooc
Copy link

Is your feature request related to a problem? Please describe.

I was looking at the documentation in various languages, then noticed the constant use of English variable names as opposed to their translated names. This happens especially within callback functions where the parameters are consistently named "response" or "error".

Describe the solution you'd like

It would greatly benefit non-English speakers who are learning or referencing the documentation if these variables were translated to their respective languages.

Describe alternatives you've considered

Just renaming some variables.
Spanish example: .then(function (response)) ---> .then (function (respuesta))

Additional context

Screenshot 2023-07-01 at 6 32 59 PM
@robertoooc robertoooc added the enhancement New feature or request label Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant