Added missing French credit (very sorry rougets)

This commit is contained in:
Campbell 2025-05-08 20:39:04 -04:00
parent 51529c2d3b
commit 782191b60b
Signed by: NinjaCheetah
GPG Key ID: 39C2500E1778B156
2 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,7 @@ On Windows, you can use the PowerShell script `Build.ps1` in place of the Makefi
## Translations ## Translations
A huge thanks to all the wonderful translators who've helped make NUSGet available to more people! 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) - **German:** [@yeah-its-gloria](https://github.com/yeah-its-gloria)
- **Italian:** [@LNLenost](https://github.com/LNLenost) - **Italian:** [@LNLenost](https://github.com/LNLenost)
- **Korean:** [@DDinghoya](https://github.com/DDinghoya) - **Korean:** [@DDinghoya](https://github.com/DDinghoya)

View File

@ -134,6 +134,8 @@ class AboutNUSGet(QDialog):
# Team members with roles # Team members with roles
self.people = { self.people = {
"rougets": QLabel(self.tr(
"French (Français): <a href=https://github.com/rougets style='color: #4a86e8; text-decoration: none;'><b>rougets</b></a>")),
"yeah-its-gloria": QLabel(self.tr( "yeah-its-gloria": QLabel(self.tr(
"German (Deutsch): <a href=https://github.com/yeah-its-gloria style='color: #4a86e8; text-decoration: none;'><b>yeah-its-gloria</b></a>")), "German (Deutsch): <a href=https://github.com/yeah-its-gloria style='color: #4a86e8; text-decoration: none;'><b>yeah-its-gloria</b></a>")),
"LNLenost": QLabel(self.tr( "LNLenost": QLabel(self.tr(