DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

feat: add missing french translations #168

Closed adufr closed 8 months ago

adufr commented 8 months ago

Hello! Thanks for building this app, I just discovered it and I already love it!

Here's a small PR that adds missing french translations, and also fixes the appQuitButton translation which wasn't feeling right.

DamascenoRafael commented 8 months ago

@adufr, thanks for your contribution and your feedback!!

Could you please also check the translation of menuBarIconSettingsMenu? There is currently a "TODO" comment next to this French translation, so I believe it still needs to be updated.

The image below shows where this translation is displayed:

image
adufr commented 8 months ago

Right! It did indeed require a slight change. Should be good now!

DamascenoRafael commented 8 months ago

Awesome, thanks a lot!