Move Ivan Chuba to Ukrainian
This commit is contained in:
parent
50e9685490
commit
ef964f2303
|
@ -933,10 +933,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
|||
wxEmptyString,
|
||||
wxS( "Portuguese (PT)" ) ) );
|
||||
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ),
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
wxS( "Russian (RU)" ) ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Igor Plyatov" ),
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
|
@ -988,6 +984,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
|||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
wxS( "Ukrainian (UK)" ) ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ),
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
wxS( "Ukrainian (UK)" ) ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Stanislav Kaliuk" ),
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
|
|
Loading…
Reference in New Issue