mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR added en_GB to list of common locales (from r88073)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89179 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
425f5d278c
commit
e9ff3f3711
@ -690,7 +690,8 @@ class i18n extends Object {
|
||||
'cy_GB' => array('Welsh', 'Welsh/Cymraeg'),
|
||||
'da_DK' => array('Danish', 'dansk'),
|
||||
'nl_NL' => array('Dutch', 'Nederlands'),
|
||||
'en_US' => array('English', 'English'),
|
||||
'en_US' => array('English (US)', 'English (US)'),
|
||||
'en_GB' => array('English (UK)', 'English (UK)'),
|
||||
'eo_XX' => array('Esperanto', 'Esperanto'),
|
||||
'et_EE' => array('Estonian', 'eesti keel'),
|
||||
'fo_FO' => array('Faroese', 'Føroyska'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user