diff --git a/README.md b/README.md index a8aa067..8e2bbfe 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ To do that you just need to delete the file `~/.var/app/com.jeffser.Alpaca/confi - [Alexkdeveloper](https://github.com/alexkdeveloper) for their help translating the app to Russian - [Imbev](https://github.com/imbev) for their reports and suggestions - [Nokse](https://github.com/Nokse22) for their contributions to the UI +- [Louis Chauvet-Villaret](https://github.com/loulou64490) for their suggestions and help translating the app to French ## About forks If you want to fork this... I mean, I think it would be better if you start from scratch, my code isn't well documented at all, but if you really want to, please give me some credit, that's all I ask for... And maybe a donation (joke) diff --git a/src/main.py b/src/main.py index 3122620..8601983 100644 --- a/src/main.py +++ b/src/main.py @@ -50,7 +50,7 @@ class AlpacaApplication(Adw.Application): version='0.8.7', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], - translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein', + translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490', copyright='© 2024 Jeffser\n© 2024 Ollama', issue_url='https://github.com/Jeffser/Alpaca/issues') about.present(parent=self.props.active_window)