TechWiz-3 / who-unfollowed-me

😡 Python CLI tool that shows you who has unfollowed you on GitHub. PRs welcome!
GNU General Public License v3.0
11 stars 24 forks source link

Add pl config #28

Closed kat-kan closed 1 year ago

kat-kan commented 1 year ago

Description

Add Polish translation for https://github.com/TechWiz-3/who-unfollowed-me/issues/17

Additional comments:

  1. You can notice that there are some extra spaces in end_message for polish-panels. The reason is that panel fits end_message and thankyou_message is quite long in Polish. Without these extra spaces the program looks like this panels-bug And with extra spaces: panels-fixed This is a workaround but probably a better way is to fix cli.py to fit panels on the longer message, not always the end_message.
  2. I work on Windows and to be able to run program on my machine, I needed to add encoding on config.py (otherwise there were errors). I made a separate commit with this change. It shouldn't affect other systems and allow Windows users to run program but it is up to maintainers if they want to merge this change

Type of change

Please delete options that are not relevant. For the item that is relevant mark it completed as - [x] text here

How Has This Been Tested?

running the program locally

Checklist:

Mark as completed - [x] text here

TechWiz-3 commented 1 year ago

This is a workaround but probably a better way is to fix cli.py to fit panels on the longer message, not always the end_message.

Thanks I'll keep that in mind and see if it can be implemeneted.

I work on Windows and to be able to run program on my machine, I needed to add encoding on config.py (otherwise there were errors). I made a separate commit with this change. It shouldn't affect other systems and allow Windows users to run program but it is up to maintainers if they want to merge this change

Thank you very much for fixing this issue, another contributor was having it and i had no clue what the issue was 🙏