Update translators list to include simplified Chinese translator.
This commit is contained in:
parent
36746a0941
commit
0ff84865ca
|
@ -369,6 +369,11 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Bulgarian (BG)",
|
"Bulgarian (BG)",
|
||||||
aInfo.CreateKiBitmap( lang_bg_xpm ) ) );
|
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
|
// Maintainer who helper in translations, but not in a specific translation
|
||||||
#define OTHERS_IN_TRANSLATION _( "Others" )
|
#define OTHERS_IN_TRANSLATION _( "Others" )
|
||||||
|
|
Loading…
Reference in New Issue