From e0a1bcac57b9f9d393c9743bb2799a1de727dbe9 Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj Gelonch Date: Thu, 14 Apr 2016 22:27:03 +0200 Subject: [PATCH] Add Catalan translator --- common/dialog_about/AboutDialog_main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 499b04e10e..fe49cfe36f 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -309,6 +309,10 @@ static void InitKiCadAboutNew( AboutAppInfo& info ) * As category the language to which the translation was done is used * 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" ), wxT( "martin@ok1rr.com" ), wxT( "Czech (CZ)" ),