From aacb3f9075f7f04d8879cc957a662501b166f431 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 17 Sep 2018 10:12:03 -0400 Subject: [PATCH] Update translators list to include simplified Chinese translator. --- common/dialog_about/AboutDialog_main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 5e173e45fb..d891a62b97 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -369,6 +369,11 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, "Bulgarian (BG)", aInfo.CreateKiBitmap( lang_bg_xpm ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( "Liu Guang", + 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" )