Closed Vertylo closed 4 years ago
@Vertylo Hey, thanks for contributing!
Your Pull Request needs some lint fixing and a merge to solve conflicts with two Spanish translations.
I've tried doing this myself, but didn't manage to put the work here in this branch.
I've opened this PR https://github.com/Vertylo/corvo-astral/pull/1 to your forked repo by mistake, but maybe accepting it will update this Pull Request with my fixes.
Perhaps the ideal would be you doing the fixes.
It's pretty easy, run npm run lint -- --fix
to lint it
Then pull the last changes to master (git pull origin master
) and fix the conflict to the following:
job: {
en: 'profession',
es: 'profesión',
fr: 'métier',
pt: 'profissão'
},
recipesFound: {
en: 'recipes found',
es: 'recetas encontradas',
fr: 'recettes trouvées',
pt: 'receitas encontradas'
}
Feel free to contact me if you need help
Actually I'm sending your Pull Request to another branch so I can mix my changes there as well. Let me know if this will count towards your Hacktoberfest count! Thanks!
Codecov Report
100.00% <ø> (ø)
Continue to review full report at Codecov.