I want to add a Norwegian translation. But my skills with GitHub is rather poor, unfortunately.
I can see the PO files under here:
_teslamate/priv/gettext_
How exactly can I add it? Pull request and then add the file? Any guidance would be greatly appreciated.
Normally you
1."fork" the repository so that you have a clone in your own repos
2.add/change/delete whatever you want in that fork
3.create a Pull-request from your fork and hope for the best
If you're unfamiliar with git and not just github, you can also do it directly from your browser.
no/LC_MESSAGES/default.po (assuming no is the correct language code)Thank you for your help guys. Not sure if I've done it correctly, but I managed to put inn two pull request: #499 and #500
I tried to follow @Rfvgyhn guide above.
Let me know if there is something else I need to do. (@adriankumpf)
4\. Add a commit message saying what you added and click the _Propose new file_ button
whoa. I didn't know that works. Cool
Merged into master. Thanks everyone!