MDeLuise / plant-it

🪴 Self-hosted, open source gardening companion app
https://plant-it.org
GNU General Public License v3.0
455 stars 17 forks source link

Added German translation #163

Closed CodingEmil closed 1 month ago

CodingEmil commented 1 month ago

Hey Plant-it community!

What's new?

Why is it important?

How to Use?

Notes

Screenshots



Cheers and happy planting! 🌿🌼

CodingEmil commented 1 month ago

This is my first pull request ever, so I am not quit sure what to do about the conflict :/

MDeLuise commented 1 month ago

I apologize for any confusion. I was running some tests on the repository when this PR was created. Could you please resubmit the PR, including only the app_de.arb file? You can do this by running:

git add frontend/lib/l10n/app_de.arb

Thank you!

CodingEmil commented 1 month ago

I am not sure how I am able to do so... Do I have to create a fork for that? Could you give me a simple explaination fo that? Sorry, I am quite new to this :)

MDeLuise commented 1 month ago

No problem at all! Yes, you have to do all the steps you did before, they were all correct but unfortunately the repository was not in a clean state when you created this pull request. So you have to:

  1. create a fork of this repository
  2. create the file frontend/lib/l10n/app_de.arb
  3. and then create the pull request