Restore Translators-Other section in credits
This commit is contained in:
parent
bde0c3e879
commit
d913e6a8f7
|
@ -861,6 +861,26 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Traditional Chinese (zh_TW)" ) );
|
"Traditional Chinese (zh_TW)" ) );
|
||||||
|
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Remy Halvick",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Other" ) );
|
||||||
|
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "David Briscoe",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Other" ) );
|
||||||
|
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Dominique Laigle",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Other" ) );
|
||||||
|
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Paul Burke",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Other" ) );
|
||||||
|
|
||||||
|
|
||||||
// Program credits for 3d models
|
// Program credits for 3d models
|
||||||
#define LIBRARIANS _( "KiCad Librarian Team" )
|
#define LIBRARIANS _( "KiCad Librarian Team" )
|
||||||
|
|
Loading…
Reference in New Issue