[gimp-help] Updated language codes in po status tool



commit 1a4c348493747fa09dcfcfb3561b2fd69ca426aa
Author: Marco Ciampa <ciampix posteo net>
Date:   Fri Feb 26 09:29:00 2021 +0100

    Updated language codes in po status tool

 tools/get_po_status.pl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/tools/get_po_status.pl b/tools/get_po_status.pl
index 06b04c695..075e56a4f 100644
--- a/tools/get_po_status.pl
+++ b/tools/get_po_status.pl
@@ -49,13 +49,14 @@ use Getopt::Long;
 use File::Find;
 
 (my $PROG = $0) =~ s,.*/,,;
-my $VERSION = 0.04;
+my $VERSION = 0.05;
 
 my %Languages = (
        ca => "Catalan",
        da => "Danish",
        de => "German",
        el => "Greek",
+       en_GB => "British English",
        es => "Spanish",
        fi => "Finnish",
        fr => "French",
@@ -69,9 +70,12 @@ my %Languages = (
        no => "Norwegian",
        nl => "Dutch",
        pl => "Polish",
+       pt_BR => "Brazilian Portuguese",
+       ro => "Romanian",
        ru => "Russian",
        sl => "Slovenian",
        sv => "Swedish",
+       zh_CN => "Simplified Chinese"
 );
 
 =head1 OPTIONS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]