Language files not reflected. #3336
-
I started translating into Japanese, but the changed characters are not being reflected and do not appear in the language settings. My repository |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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 branchFor your Pull Request, it's important that you make a new branch on your fork, without touching the Here's what I recommend:
Setting up the language supportAdding the I can also do this for you if you prefer. If you want this:
You might also need to select Japanese in the language selector: https://plutojl.org/en/docs/language/ That's it! Let me know how it goes :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
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 themain
branch before making the new branch.Here's what I recommend:
Setting up the language support
Adding the
japanese.json
file is not …