Browse Source

Update translators list to include simplified Chinese translator.

5.0
Wayne Stambaugh 7 years ago
parent
commit
0ff84865ca
  1. 5
      common/dialog_about/AboutDialog_main.cpp

5
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" )

Loading…
Cancel
Save