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,
|
wxEmptyString,
|
||||||
wxS( "Portuguese (PT)" ) ) );
|
wxS( "Portuguese (PT)" ) ) );
|
||||||
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ),
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
wxS( "Russian (RU)" ) ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Igor Plyatov" ),
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Igor Plyatov" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -988,6 +984,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxS( "Ukrainian (UK)" ) ) );
|
wxS( "Ukrainian (UK)" ) ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ),
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
wxS( "Ukrainian (UK)" ) ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Stanislav Kaliuk" ),
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Stanislav Kaliuk" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue