Update translators
This commit is contained in:
parent
e39330c552
commit
7f419e4468
|
@ -644,6 +644,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Finnish (FI)" ) );
|
"Finnish (FI)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Simo Mattila",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Finnish (FI)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Jean-Pierre Charras",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Jean-Pierre Charras",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -780,6 +784,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Portuguese (PT)" ) );
|
"Portuguese (PT)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Rafael Silva",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Portuguese (PT)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Igor Plyatov",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Igor Plyatov",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue