Update translators list to include simplified Chinese translator.
This commit is contained in:
parent
dd228b60a7
commit
aacb3f9075
|
@ -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…
Reference in New Issue