MINOR added en_GB to list of common locales (from r88073)

This commit is contained in:
Tom Rix 2010-03-01 21:26:07 +00:00
parent 44b13c8611
commit a8a6767976

View File

@ -144,7 +144,7 @@ class Subsite extends DataObject implements PermissionProvider {
array("Domain" => "TextField", "IsPrimary" => "CheckboxField"), array("Domain" => "TextField", "IsPrimary" => "CheckboxField"),
"SubsiteID", $this->ID); "SubsiteID", $this->ID);
$languageSelector = new DropdownField('Language', 'Language', i18n::get_common_languages()); $languageSelector = new DropdownField('Language', 'Language', i18n::get_common_locales());
$fields = new FieldSet( $fields = new FieldSet(
new TabSet('Root', new TabSet('Root',