Browse Source

Restore Translators-Other section in credits

7.0
Mikolaj Wielgus 4 years ago
parent
commit
567948cb39
  1. 20
      common/dialog_about/AboutDialog_main.cpp

20
common/dialog_about/AboutDialog_main.cpp

@ -861,6 +861,26 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
wxEmptyString,
"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
#define LIBRARIANS _( "KiCad Librarian Team" )

Loading…
Cancel
Save