From: Peter Eisentraut Date: Mon, 12 Apr 2021 08:31:00 +0000 (+0200) Subject: Add Greek (el) plural rules X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cd0d6833ec92430a9bfb2d3bc87f8a9565dde7a5;p=pgtranslation%2Fadmin.git Add Greek (el) plural rules --- diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index 4434869..3945f83 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -40,6 +40,7 @@ my %plural_forms = ( 'af' => 'en', 'cs' => 'cs', 'de' => 'en', + 'el' => 'en', 'es' => 'en', 'fa' => 'ja', 'fr' => 'fr',