diff options
Diffstat (limited to 'perl-install/timezone.pm')
-rw-r--r-- | perl-install/timezone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index 5136feb46..eb24e8224 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -47,6 +47,7 @@ my %l2t = ( 'French (France)' => 'Europe/Paris', 'French (Belgium)' => 'Europe/Brussels', 'French (Canada)' => 'Canada/Atlantic', # or Newfoundland ? or Eastern ? +'Gaeilge (Ireland)' => 'Europe/Dublin', 'German (Germany)' => 'Europe/Berlin', 'Hungarian (Hungary)' => 'Europe/Budapest', 'Icelandic (Iceland)' => 'Atlantic/Reykjavik', |