You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8 - Configure your repo to include the version number
$ make
9 - Add your commit
$ git commit -m "Added DE locale"
10 - And push your branch that should include your commit and another one bumping up the version
$ git push -u origin l10n-german
(last parameter is your branch name)
11 - Now your github fork is up-to-date, you just need to send a pull request from github website, you should have a button called “Compare & Pull Request"