talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8d1aa9e340b4da28d0d57f21ba0d15e0811af67f
parent 73bd052b7c73e918f9d5db42b938805c15a19ec0
Author: Ricardo Mones <ricardo@mones.org>
Date:   Fri,  8 May 2020 21:35:49 +0200

Add Greek to i18n stats

Diffstat:
Mtools/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 @@ -2,7 +2,7 @@ # # claws.i18n.stats.pl - Generate statistics for Claws Mail po directory. # -# Copyright (C) 2003-2016 by Ricardo Mones <ricardo@mones.org>, +# Copyright (C) 2003-2020 by Ricardo Mones <ricardo@mones.org>, # Paul Mangan <paul@claws-mail.org> # 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 <yasen@lindeas.com>', - 'ca.po' => 'David Medina <opensusecatala@gmail.com>', - 'cs.po' => 'David Vachulka <david@konstrukce-cad.com>', + 'ca.po' => 'David Medina <opensusecatala@gmail.com>', + 'cs.po' => 'David Vachulka <david@konstrukce-cad.com>', 'da.po' => 'Erik P. Olsen <epodata@gmail.com>', 'de.po' => 'Simon Legner <simon.legner@gmail.com>', + 'el_GR.po' => 'Haris Karachristianidis <hariskar@cryptolab.net>', 'en_GB.po' => 'Paul Mangan <paul@claws-mail.org>', # 'eo.po' => 'Sian Mountbatten <poenikatu@fastmail.co.uk>', 'es.po' => 'Ricardo Mones Lastra <ricardo@mones.org>', - 'fi.po' => 'Flammie Pirinen <flammie@iki.fi>', + 'fi.po' => 'Flammie Pirinen <flammie@iki.fi>', 'fr.po' => 'Tristan Chabredier <wwp@claws-mail.org>', # 'he.po' => 'Isratine Citizen <genghiskhan@gmx.ca>', 'hu.po' => 'P&aacute;der Rezs&#337; <rezso@rezso.net>', @@ -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',