mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch 'pr/4499' into 3
This commit is contained in:
commit
5dbb9c1da0
@ -1100,6 +1100,10 @@ class i18n extends Object implements TemplateGlobalProvider, Flushable {
|
||||
'name' => 'Dutch',
|
||||
'native' => 'Nederlands'
|
||||
),
|
||||
'nl_BE' => array(
|
||||
'name' => 'Dutch (Belgium)',
|
||||
'native' => 'Nederlands (België)'
|
||||
),
|
||||
'en_NZ' => array(
|
||||
'name' => 'English (NZ)',
|
||||
'native' => 'English (NZ)'
|
||||
@ -1132,6 +1136,10 @@ class i18n extends Object implements TemplateGlobalProvider, Flushable {
|
||||
'name' => 'French',
|
||||
'native' => 'français'
|
||||
),
|
||||
'fr_BE' => array(
|
||||
'name' => 'French (Belgium)',
|
||||
'native' => 'Français (Belgique)'
|
||||
),
|
||||
'gd_GB' => array(
|
||||
'name' => 'Gaelic',
|
||||
'native' => 'Gaeilge'
|
||||
|
Loading…
Reference in New Issue
Block a user