From e58fddfde7b17f7cce34df6164d2cc279c3e94ee Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Fri, 11 Nov 2022 14:52:42 +0300 Subject: [PATCH] Add more actual translators and make their list in code more human-readable --- gtk2_ardour/about.cc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 2b3f6b95a2..f3e07533f8 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -233,7 +233,13 @@ static const char* authors[] = { static const char* translators[] = { N_("Catalan:\n\tAlbert Homs \n"), - N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n\tRomain Arnaud \n\tOlivier Humbert \n\tFrédéric Rech \n"), + N_("French:\n\tAlain Fréhel \ +\n\tChristophe Combelles \ +\n\tMartin Blanchard\ +\n\tRomain Arnaud \ +\n\tOlivier Humbert \ +\n\tFrédéric Rech \ +\n\tJulien Taverna \n"), N_("German:\n\tKarsten Petersen \ \n\tSebastian Arnold \ \n\tRobert Schwede \ @@ -241,12 +247,17 @@ static const char* translators[] = { \n\tEdgar Aichinger \ \n\tRichard Oax \ \n\tRobin Gloster \n"), - N_("Italian:\n\tVincenzo Reale \n\tFilippo Pappalardo \n\tRaffaele Morelli \n"), + N_("Italian:\n\tVincenzo Reale \ +\n\tFilippo Pappalardo \ +\n\tRaffaele Morelli \n"), N_("Portuguese:\n\tRui Nuno Capela \n"), N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes \ \n\tChris Ross \n"), - N_("Spanish:\n\t Alex Krohn \n\tPablo Fernández \n"), + N_("Spanish:\n\t Alex Krohn \ +\n\tPablo Fernández \n"), N_("Russian:\n\t Igor Blinov \ +\n\tAleksandr Koltsov \ +\n\tPetr Semiletov \ \n\tAlexandre Prokoudine \n"), N_("Greek:\n\t Klearchos Gourgourinis \n"), N_("Swedish:\n\t Petter Sundlöf \n"),