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 <keruseyka...@o2.pl> Portuguese (PT) Renie Marquet <reniemarquet[at]uol-dot-com-dot-br>" Russian (RU) Igor Plyatov <plyatov[at]gmail-dot-com> Russian (RU) Andrey Fedorushkov <an...@mail.ru> +Russian (RU) Eldar Khayrullin <eldar.khayrul...@mail.ru> 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( "an...@mail.ru" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) ); info.AddTranslator( + new Contributor( wxT( "Eldar Khayrullin" ), wxT( "eldar.khayrul...@mail.ru" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) ); + info.AddTranslator( new Contributor( wxT( "Pedro Martin del Valle" ), wxT( "pki...@yahoo.es" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) ); info.AddTranslator( new Contributor( wxT( "Iñigo Zuluaga" ), wxT( "inigo_zulu...@yahoo.es" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp