From d135295ac856b63ed1085af9e44af1cf3be7d2d7 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 3 Apr 2023 13:06:48 -0700 Subject: [PATCH] Update translator contributions Adds a number of missing contributors to our translations --- common/dialog_about/AboutDialog_main.cpp | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index d308f50869..42a898174c 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -659,6 +659,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Greek (el_GR)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxS( "aris-kimi" ), + wxEmptyString, + wxEmptyString, + wxS( "Greek (el_GR)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Adolfo Jayme Barrientos" ), wxEmptyString, @@ -688,6 +692,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Spanish (ES)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "VicSanRoPe" ), + wxEmptyString, + wxEmptyString, + wxS( "Spanish - Latin American (ES)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ulices Avila Hernandez" ), wxEmptyString, @@ -822,14 +830,46 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "김낙환" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "이기형" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "남우근" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "강명구" ), wxEmptyString, wxEmptyString, wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "김용재" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "서범기" ), wxEmptyString, wxEmptyString, wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "김세영" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "이윤성" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "KwonHyeokbeom" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Minsu Kim (0xGabriel)" ), + wxEmptyString, + wxEmptyString, + wxS( "Korean (KO)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Henrik Kauhanen" ), wxEmptyString, @@ -860,6 +900,14 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Dutch (NL)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Tom Niesse" ), + wxEmptyString, + wxEmptyString, + wxS( "Dutch (NL)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Christiaan Nieuwlaat" ), + wxEmptyString, + wxEmptyString, + wxS( "Dutch (NL)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Jarl Gjessing" ), wxEmptyString, @@ -932,6 +980,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Portuguese (PT)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "ssantos" ), + wxEmptyString, + wxEmptyString, + wxS( "Portuguese (PT)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Igor Plyatov" ), wxEmptyString,