Adding nl_BE and fr_BE as common_locales

This commit is contained in:
jpvdpoel 2015-08-11 14:30:49 +02:00 committed by Damian Mooyman
parent 0e989e409d
commit 0d9080097e

View File

@ -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'