- Allow en_US on available locales list.
authorFernando Kiernan <fkiernan@id.net.ar>
Sat, 18 Jan 2014 19:46:46 +0000 (16:46 -0300)
committerIvan Kohler <ivan@freeside.biz>
Sun, 19 Jan 2014 06:18:47 +0000 (22:18 -0800)
FS/FS/Conf.pm

index 773a157..bf45762 100644 (file)
@@ -5434,7 +5434,6 @@ and customer address. Include units.',
     'multiple'    => 1,
     'options_sub' => sub { 
       map { $_ => FS::Locales->description($_) }
-      grep { $_ ne 'en_US' } 
       FS::Locales->locales;
     },
     'option_sub'  => sub { FS::Locales->description(shift) },