Add Catalan translator to about dialog.

This commit is contained in:
Robert Antoni Buj Genlonch 2016-04-18 11:26:56 -04:00 committed by Wayne Stambaugh
commit 8d8b357f45
1 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,10 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
* As category the language to which the translation was done is used * As category the language to which the translation was done is used
* and as icon the national flag of the corresponding country. * and as icon the national flag of the corresponding country.
*/ */
info.AddTranslator( new Contributor( wxT( "Robert Buj" ),
wxT( "rbuj@fedoraproject.org" ),
wxT( "Catalan (CA)" ),
KiBitmapNew( lang_catalan_xpm ) ) );
info.AddTranslator( new Contributor( wxT( "Martin Kratoška" ), info.AddTranslator( new Contributor( wxT( "Martin Kratoška" ),
wxT( "martin@ok1rr.com" ), wxT( "martin@ok1rr.com" ),
wxT( "Czech (CZ)" ), wxT( "Czech (CZ)" ),