From 782191b60b6d8e10703845adc35caaa7136b6ea7 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Thu, 8 May 2025 20:39:04 -0400 Subject: [PATCH] Added missing French credit (very sorry rougets) --- README.md | 1 + qt/py/ui_AboutDialog.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 21ba28a..2d73939 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ On Windows, you can use the PowerShell script `Build.ps1` in place of the Makefi ## Translations A huge thanks to all the wonderful translators who've helped make NUSGet available to more people! + - **French:** [@rougets](https://github.com/rougets) - **German:** [@yeah-its-gloria](https://github.com/yeah-its-gloria) - **Italian:** [@LNLenost](https://github.com/LNLenost) - **Korean:** [@DDinghoya](https://github.com/DDinghoya) diff --git a/qt/py/ui_AboutDialog.py b/qt/py/ui_AboutDialog.py index ac4558a..e6f66b7 100644 --- a/qt/py/ui_AboutDialog.py +++ b/qt/py/ui_AboutDialog.py @@ -134,6 +134,8 @@ class AboutNUSGet(QDialog): # Team members with roles self.people = { + "rougets": QLabel(self.tr( + "French (Français): rougets")), "yeah-its-gloria": QLabel(self.tr( "German (Deutsch): yeah-its-gloria")), "LNLenost": QLabel(self.tr(