kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21297
Re: Stable release update.
Hello.
I have included patch that update RU translator list.
diff --git a/AUTHORS.txt b/AUTHORS.txt
index eda3e16..c20122f 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -49,6 +49,7 @@ Polish (PL) Kerusey Karyu <keruseykaryu@xxxxx>
Portuguese (PT) Renie Marquet <reniemarquet[at]uol-dot-com-dot-br>"
Russian (RU) Igor Plyatov <plyatov[at]gmail-dot-com>
Russian (RU) Andrey Fedorushkov <andrf@xxxxxxx>
+Russian (RU) Eldar Khayrullin <eldar.khayrullin@xxxxxxx>
Spanish (ES) Pedro Martin del Valle <pkicad[at]yahoo-dot-es>
Spanish (ES) Iñigo Zuluaga <inigo_zuluaga[at]yahoo-dot-es>
German (DE) Rafael Sokolowski <Rafael.Sokolowski[at]web-dot-de
diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp
index 50a862c..a3b2373 100644
--- a/common/dialog_about/AboutDialog_main.cpp
+++ b/common/dialog_about/AboutDialog_main.cpp
@@ -291,6 +291,8 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
info.AddTranslator(
new Contributor( wxT( "Andrey Fedorushkov" ), wxT( "andrf@xxxxxxx" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
info.AddTranslator(
+ new Contributor( wxT( "Eldar Khayrullin" ), wxT( "eldar.khayrullin@xxxxxxx" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
+ info.AddTranslator(
new Contributor( wxT( "Pedro Martin del Valle" ), wxT( "pkicad@xxxxxxxx" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
info.AddTranslator(
new Contributor( wxT( "Iñigo Zuluaga" ), wxT( "inigo_zuluaga@xxxxxxxx" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
Follow ups
References