From 8d1aa9e340b4da28d0d57f21ba0d15e0811af67f Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Fri, 8 May 2020 21:35:49 +0200 Subject: [PATCH] Add Greek to i18n stats --- tools/claws.i18n.status.pl | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tools/claws.i18n.status.pl b/tools/claws.i18n.status.pl index b48fc57c7..f23ac6b42 100644 --- a/tools/claws.i18n.status.pl +++ b/tools/claws.i18n.status.pl @@ -2,7 +2,7 @@ # # claws.i18n.stats.pl - Generate statistics for Claws Mail po directory. # -# Copyright (C) 2003-2016 by Ricardo Mones , +# Copyright (C) 2003-2020 by Ricardo Mones , # Paul Mangan # This program is released under the GNU General Public License. # @@ -10,14 +10,15 @@ %langname = ( # 'bg.po' => 'Bulgarian', - 'ca.po' => 'Catalan', - 'cs.po' => 'Czech', + 'ca.po' => 'Catalan', + 'cs.po' => 'Czech', 'da.po' => 'Danish', 'de.po' => 'German', + 'el_GR.po' => 'Greek', 'en_GB.po' => 'British English', # 'eo.po' => 'Esperanto', 'es.po' => 'Spanish', - 'fi.po' => 'Finnish', + 'fi.po' => 'Finnish', 'fr.po' => 'French', # 'he.po' => 'Hebrew', 'hu.po' => 'Hungarian', @@ -42,14 +43,15 @@ %lasttranslator = ( # 'bg.po' => 'Yasen Pramatarov ', - 'ca.po' => 'David Medina ', - 'cs.po' => 'David Vachulka ', + 'ca.po' => 'David Medina ', + 'cs.po' => 'David Vachulka ', 'da.po' => 'Erik P. Olsen ', 'de.po' => 'Simon Legner ', + 'el_GR.po' => 'Haris Karachristianidis ', 'en_GB.po' => 'Paul Mangan ', # 'eo.po' => 'Sian Mountbatten ', 'es.po' => 'Ricardo Mones Lastra ', - 'fi.po' => 'Flammie Pirinen ', + 'fi.po' => 'Flammie Pirinen ', 'fr.po' => 'Tristan Chabredier ', # 'he.po' => 'Isratine Citizen ', 'hu.po' => 'Páder Rezső ', @@ -74,11 +76,11 @@ %barcolornorm = ( default => 'white', - partially => 'lightblue', - completed => 'blue', + partially => 'lightblue', + completed => 'blue', ); -%barcoloraged = ( +%barcoloraged = ( default => 'white', partially => 'lightgrey', # ligth red '#FFA0A0', completed => 'grey', # darker red '#FF7070', -- 2.25.1