Skip to content
Discussion options

You must be logged in to vote

Hi @Itou-Kouki !

Awesome that you are working on a Japanse translation! I'm looking forward to your contribution :)

A couple of things to get you started:

PR branch

For your Pull Request, it's important that you make a new branch on your fork, without touching the main branch. You also need to clean the main branch before making the new branch.

Here's what I recommend:

  1. Store a copy of your work (japanese.json) somewhere else on your computer
  2. Run these commands:
git fetch upstream
git checkout main
git reset --hard upstream/main
git push origin main --force
  1. Now make a new branch, and put the japanese.json file back.

Setting up the language support

Adding the japanese.json file is not …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fonsp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants