mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-06-07 02:51:01 -04:00
Added missing French credit (very sorry rougets)
This commit is contained in:
parent
51529c2d3b
commit
782191b60b
@ -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)
|
||||
|
@ -134,6 +134,8 @@ class AboutNUSGet(QDialog):
|
||||
|
||||
# Team members with roles
|
||||
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(
|
||||
"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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user