forked from NinjaCheetah/NUSGet
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
|
## 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)
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user