Update nl translation - #6261
Merged
Merged
Conversation
Contributor
Author
|
I've also added the draft log file, though I'm not sure if it was required for a translation change. If anything else is needed, let me know! |
archmoj
reviewed
Jul 15, 2022
archmoj
reviewed
Jul 18, 2022
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
archmoj
reviewed
Jul 18, 2022
archmoj
reviewed
Jul 18, 2022
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
Co-authored-by: rriksma-fouriq <51152705+rriksma-fouriq@users.noreply.github.com>
Co-authored-by: rriksma-fouriq <51152705+rriksma-fouriq@users.noreply.github.com>
Contributor
|
Please add spaces here so that the test pass & and we could possibly include it in the next plotly.js minor soon. $ eslint . |
Contributor
|
💃 |
Contributor
Author
Sorry that I didn't apply thee added spaces, I was on holiday🙈. Thanks for changing, glad to have helped! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for your interest in plotly.js!
Translations:
hoverwould translate to a very verbose wayFeatures, Bug fixes, and others:
Before opening a pull request, developer should:
1. make sure they are not on the
masterbranch of their fork as usingmasterfor a pull request would make it difficult to fetchupstreamchanges.2. fetch latest changes from
upstream/masterinto your fork i.e.origin/masterthen pullorigin/masterfrom you localmaster.3. then
git rebase mastertheir local dev branch off the latestmasterwhich should be sync withupstream/masterat this time.4. make sure to not
git addthedist/folder (thedist/is updated only on version bumps).5. make sure to commit changes to the
package-lock.jsonfile (if any new dependency required).6. provide a title and write an overview of what the PR attempts to do with a link to the issue they are trying to address.
7. select the Allow edits from maintainers option (see this article for more details).
After opening a pull request, developer:
- should create a new small markdown log file using the PR number e.g.
1010_fix.mdor1010_add.mdinsidedraftlogsfolder as described in this README, commit it and push.should not force push (i.e.
git push -f) to remote branches associated with opened pull requests. Force pushes make it hard for maintainers to keep track of updates. Therefore, if required, please fetchupstream/masterand "merge" with master instead of "rebase".