-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Add Spanish translation #516
Conversation
Update index.js with prettier
As stated in #513, the translation instructions should mention running Prettier to appease Travis CI. |
@kbravh yeah, I think this is something I don't really pay attention to because I'm usually running yarn serve and it yells at me immediately when something is mal formatted. That's why we have travis 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One bug, otherwise looks great. Let me get someone to double check the translations. Thanks so much for doing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just waiting on some verification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've suggested some small typo corrections and one possible word choice (plano
vs layout
vs distribución
) to be discussed.
@namelivia I have updated the typos you found, and I also switched plano out for layout. Thanks for the review! |
@namelivia you can approve the PR if you agree. Then I'll merge. Thank you both so much |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I found one last typo I missed before! I'm pretty sure this is the last one.
OK, let me know guys when you want to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All ready now! Thank you very much!
Thank you so much folks. This is much appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Please see the suggested changes. Thanks!
EDIT: See #559
I have created the Spanish (es) translation folder and added all the necessary translations. I also added Spanish as an option in the Language dropdown in SettingsPanel.vue on line 83. This was not part of the translation readme (should it be? 🤷♂️).