[Commits] [SCM] claws branch, master, updated. 3.17.5-14-g8d1aa9e34

mones at claws-mail.org mones at claws-mail.org
Fri May 8 21:36:01 CEST 2020


The branch, master has been updated
       via  8d1aa9e340b4da28d0d57f21ba0d15e0811af67f (commit)
      from  73bd052b7c73e918f9d5db42b938805c15a19ec0 (commit)

Summary of changes:
 tools/claws.i18n.status.pl | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)


- Log -----------------------------------------------------------------
commit 8d1aa9e340b4da28d0d57f21ba0d15e0811af67f
Author: Ricardo Mones <ricardo at mones.org>
Date:   Fri May 8 21:35:49 2020 +0200

    Add Greek to i18n stats

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 <ricardo at mones.org>,
+# Copyright (C) 2003-2020 by Ricardo Mones <ricardo at mones.org>,
 #                            Paul Mangan <paul at 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 at lindeas.com>',
-	'ca.po'	=> 'David Medina <opensusecatala at gmail.com>',
-	'cs.po'	=> 'David Vachulka <david at konstrukce-cad.com>',
+	'ca.po' => 'David Medina <opensusecatala at gmail.com>',
+	'cs.po' => 'David Vachulka <david at konstrukce-cad.com>',
 	'da.po' => 'Erik P. Olsen <epodata at gmail.com>',
 	'de.po' => 'Simon Legner <simon.legner at gmail.com>',
+	'el_GR.po' => 'Haris Karachristianidis <hariskar at cryptolab.net>',
 	'en_GB.po' => 'Paul Mangan <paul at claws-mail.org>',
 # 	'eo.po' => 'Sian Mountbatten <poenikatu at fastmail.co.uk>',
 	'es.po' => 'Ricardo Mones Lastra <ricardo at mones.org>',
-	'fi.po'	=> 'Flammie Pirinen <flammie at iki.fi>',
+	'fi.po' => 'Flammie Pirinen <flammie at iki.fi>',
 	'fr.po' => 'Tristan Chabredier <wwp at claws-mail.org>',
 #	'he.po' => 'Isratine Citizen <genghiskhan at gmx.ca>',
 	'hu.po' => 'Páder Rezső <rezso at 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',

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list