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

Update zh-tw.js #6247

Merged
merged 6 commits into from
Jul 8, 2022
Merged

Update zh-tw.js #6247

merged 6 commits into from
Jul 8, 2022

Conversation

sec2
Copy link
Contributor

@sec2 sec2 commented Jun 29, 2022

Completed the dictionary part.
Used ja.js as template.

Thanks for your interest in plotly.js!

Translations:

  • Please @ mention a few other speakers of this language who can help review your translations.
  • If you've omitted any keys from dist/translation_keys.txt - which means they will fall back on the US English text - just make a short comment about why in the PR description: the English text works fine in your language, or you would like someone else to help translating those, or whatever the reason.
  • You should only update files in lib/locales/, not those in dist/

Features, Bug fixes, and others:

Before opening a pull request, developer should:

  1. make sure they are not on the master branch of their fork as using master for a pull request would make it difficult to fetch upstream changes.
  2. fetch latest changes from upstream/master into your fork i.e. origin/master then pull origin/master from you local master.
  3. then git rebase master their local dev branch off the latest master which should be sync with upstream/master at this time.
  4. make sure to not git add the dist/ folder (the dist/ is updated only on version bumps).
  5. make sure to commit changes to the package-lock.json file (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.md or 1010_add.md inside draftlogs folder 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 fetch upstream/master and "merge" with master instead of "rebase".

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Complete the dictionary part.
@archmoj archmoj added community community contribution status: reviewable labels Jun 30, 2022
@alexcjohnson
Copy link
Collaborator

Thanks @sec2! It looks like there are 6 new keys in translation-keys.txt since ja.js was created:

  • Click to enter radial axis title
  • Draw circle
  • Draw closed freeform
  • Draw line
  • Draw open freeform
  • Draw rectangle

Would you be able to add these?

Can you please also tag another native zh-tw speaker to review?

Lastly, the date localization also changed, I just want to confirm that this was intentional?

@sec2
Copy link
Contributor Author

sec2 commented Jun 30, 2022 via email

@sec2
Copy link
Contributor Author

sec2 commented Jul 1, 2022

@vvrr please help reviewing the translations, many thanks!

Copy link

@vvrr vvrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Well translated!

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 Excellent, thank you @sec2 and @vvrr!

@sec2 the final thing we'll need is a draftlog entry, as described in draftlogs/README.md, then we can merge 🎉

@sec2
Copy link
Contributor Author

sec2 commented Jul 8, 2022

@alexcjohnson draftlog added, thanks!

@alexcjohnson
Copy link
Collaborator

@sec2 I didn't see it pushed, but I needed to fix the entry I just made for Sinhala so I made one myself. Will merge once tests pass. Thanks again!

@alexcjohnson alexcjohnson merged commit ee85231 into plotly:master Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants