From 0c6d888156926b868bd9300793259f4aaf44c672 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 29 Jan 2002 13:17:30 +0000 Subject: Add url2land entries for nl, it, at --- perl-install/crypto.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 9ac437fce..1a981c71a 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -17,6 +17,9 @@ my %url2land = ( gr => _("Greece"), no => _("Norway"), se => _("Sweden"), + nl => _("Netherlands"), + it => _("Italy"), + at => _("Austria"), ); my %land2tzs = ( -- cgit v1.2.1