MSFS-Mega-Pack / MSFS2020-livery-manager

The official MSFS2020 Livery Megapack Manager. Choose which liveries to install, and keep them all updated.
https://discord.gg/g8ARRRQxyH
Other
123 stars 23 forks source link

[I18N] I made a translation. How can I share it? #284

Closed zephirus closed 3 years ago

zephirus commented 3 years ago

Description

I made a translation. How can I share it? It's pt-PT (Portuguese)

davwheat commented 3 years ago

Instructions are under the locales folder. You need to push your changes to GitHub, assuming you edited and tested locally, then create a Pull Request.

zephirus commented 3 years ago

I can't push my changes.

I get this error: Remote: Permission to MSFS-Mega-Pack/MSFS2020-livery-manager.git denied to zephirus. unable to access 'https://github.com/MSFS-Mega-Pack/MSFS2020-livery-manager.git/': The requested URL returned error: 403

davwheat commented 3 years ago

You need to create a fork of the repo.

Once you have, run

git remote set-url origin <URL to your forked repo>

Then you should be able to push and make a PR.

zephirus commented 3 years ago

Thanks! Got it, I think...