mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add/update user credits
This commit is contained in:
parent
f2865d7bf5
commit
f41d8f7347
1 changed files with 7 additions and 4 deletions
11
aqt/about.py
11
aqt/about.py
|
@ -17,7 +17,7 @@ system. It's free and open source.")
|
|||
abouttext += (_("<a href='%s'>Visit website</a>") % aqt.appWebsite) + \
|
||||
"</span>"
|
||||
abouttext += '<p>' + _("Written by Damien Elmes, with patches, translation,\
|
||||
testing and design from:<p>%(cont)s") % {'cont': u"""
|
||||
testing and design from:<p>%(cont)s") % {'cont': u"""
|
||||
|
||||
Alex Fraser, Andreas Klauer, Andrew Wright, Bernhard Ibertsberger, Charlene
|
||||
Barina, Christian Rusche, David Smith, Dave Druelinger, Dotan Cohen, Emilio
|
||||
|
@ -25,9 +25,12 @@ Wuerges, Emmanuel Jarri, Frank Harper, H. Mijail, Ian Lewis, Iroiro, Jin
|
|||
Eun-Deok, Jarvik7, Jo Nakashima, Christian Krause, LaC, Laurent Steffan, Marco
|
||||
Giancotti, Marcus Rubeus, Mari Egami, Michael Jürges, Mark Wilbur, Matthew
|
||||
Duggan, Matthew Holtz, Meelis Vasser, Michael Penkov, Michael Keppler, Michal
|
||||
Čadil, Nathanael Law, Nick Cook, Niklas Laxström, Pcsl88, Petr Michalec, Piotr
|
||||
Kubowicz, Richard Colley, Samson Melamed, Stefaan Depooter, Susanna Björverud,
|
||||
Tacutu, Timm Preetz, Timo Paulssen, Ursus, Victor Suba, and Xtru."""
|
||||
Čadil, Nathanael Law, Nick Cook, Niklas Laxström, Nguyễn Hào Khôi, Pcsl88,
|
||||
Petr Michalec, Piotr Kubowicz, Richard Colley, Samson Melamed, Stefaan
|
||||
De Pooter, Susanna Björverud, Tacutu, Timm Preetz, Timo Paulssen, Ursus, Victor
|
||||
Suba, and Xtru.
|
||||
|
||||
"""
|
||||
|
||||
}
|
||||
abouttext += '<p>' + _("If you have contributed and are not on this list, \
|
||||
|
|
Loading…
Reference in a new issue