mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR added en_GB to list of common locales (from r88073)
This commit is contained in:
parent
44b13c8611
commit
a8a6767976
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user