From c9d65c532496824ecf1c08fe92adc86ff9eb1e5c Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Sat, 10 Aug 2019 14:22:27 -0700 Subject: [PATCH] Adding contributors --- common/dialog_about/AboutDialog_main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 2e04bf3892..285784dbd3 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -220,6 +220,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf aInfo.AddDeveloper( new CONTRIBUTOR( "Daniel Majewski" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Lorenzo Marcantonio" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Marco Mattila" ) ); + aInfo.AddDeveloper( new CONTRIBUTOR( "Ian McInerney" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Russell Oliver" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Alexis Lockwood" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Miguel Angel Ajo Pelayo" ) ); @@ -374,6 +375,11 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, "Simplified Chinese (zh_CN)", aInfo.CreateKiBitmap( lang_zh_xpm ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( "Taotieren", + wxEmptyString, + wxEmptyString, + "Simplified Chinese (zh_CN)", + aInfo.CreateKiBitmap( lang_zh_xpm ) ) ); // Maintainer who helper in translations, but not in a specific translation #define OTHERS_IN_TRANSLATION _( "Others" )