diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-17 11:44:22 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-17 11:44:22 -0700 |
commit | f8f4e8e6fd26a0abe8bca4fe6dd1b70b80b55a25 (patch) | |
tree | 92e6225dbf4d5eaec67a5b45a9d2af0afb0dfc0f /FS | |
parent | f28d38924a13370bdc308a37de74b9bdc0aaf195 (diff) |
allow en_US as an available-locale in v3, RT#37311
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 438990484..b5d4be69f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5764,7 +5764,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) }, |