Open filipe-torres opened 6 months ago
I'rather suggest crating a new branchtranslations
. Can you do this directly by yourself and pushing your commit there?
Thank you for your support and your contribution!
I followed your suggestion but return error 403 when I tried to push my commit:
remote: Permission to alve89/j_plg_hrz_disablelogin.git denied to filipe-torres. fatal: unable to access 'https://github.com/alve89/j_plg_hrz_disablelogin.git/': The requested URL returned error: 403
Below are my steps when trying to commit:
translations
and checkout to:git branch translations
git checkout translations
git add .
git commit -m "Adding new language files for Brazilian Portuguese - pt-BR"
git push -u origin translations
Apparently I have no necessary permissions to push changes to the repository.
I just added you as contributor (I've never done this before), so I hope it works now. Please give me a feedback if you can push your commit.
If you can't create translations
branch, use the dev
branch.
Your invitation expired because I didn't know that I have to formally accept the invitation here on your repo. Can you send me the invitation again?
Follow translation files content: pt-BR.zip
Hi Stephan, I would like to collaborate with this project by adding a new language files for brazilian portuguese. Should I commit new files to
dev
branch?