Teslamate: Add Norwegian translation

Created on 4 Mar 2020  路  5Comments  路  Source: adriankumpf/teslamate

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.

idea

All 5 comments

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.

  1. Navigate to [priv/gettext] and click the _Create new file_ button
  2. Set the file name to no/LC_MESSAGES/default.po (assuming no is the correct language code)
  3. Copy and paste the contents of [priv/gettext/default.pot] into the text area and make your edits. Make sure to add the correct header lines like in existing translation files.
  4. Add a commit message saying what you added and click the _Propose new file_ button

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Try2Fly picture Try2Fly  路  5Comments

phantom1584 picture phantom1584  路  4Comments

Highlander1694 picture Highlander1694  路  3Comments

DrMichael picture DrMichael  路  4Comments

detritu5 picture detritu5  路  4Comments