mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3363 from tractorcow/pulls/3.1/maori
Correct "Māori" to "te reo Māori"
This commit is contained in:
commit
28147c4a90
@ -459,7 +459,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
|||||||
'mfe_MU' => 'Morisyen (Mauritius)',
|
'mfe_MU' => 'Morisyen (Mauritius)',
|
||||||
'mg_MG' => 'Malagasy (Madagascar)',
|
'mg_MG' => 'Malagasy (Madagascar)',
|
||||||
'mh_MH' => 'Marshallese (Marshall Islands)',
|
'mh_MH' => 'Marshallese (Marshall Islands)',
|
||||||
'mi_NZ' => 'Māori (New Zealand)',
|
'mi_NZ' => 'te reo Māori (New Zealand)',
|
||||||
'min_ID' => 'Minangkabau (Indonesia)',
|
'min_ID' => 'Minangkabau (Indonesia)',
|
||||||
'mk_MK' => 'Macedonian (Macedonia)',
|
'mk_MK' => 'Macedonian (Macedonia)',
|
||||||
'ml_IN' => 'Malayalam (India)',
|
'ml_IN' => 'Malayalam (India)',
|
||||||
@ -836,8 +836,8 @@ class i18n extends Object implements TemplateGlobalProvider {
|
|||||||
'native' => 'македонски'
|
'native' => 'македонски'
|
||||||
),
|
),
|
||||||
'mi' => array(
|
'mi' => array(
|
||||||
'name' => 'Māori',
|
'name' => 'te reo Māori',
|
||||||
'native' => 'Māori'
|
'native' => 'te reo Māori'
|
||||||
),
|
),
|
||||||
'ms' => array(
|
'ms' => array(
|
||||||
'name' => 'Malay',
|
'name' => 'Malay',
|
||||||
@ -1186,8 +1186,8 @@ class i18n extends Object implements TemplateGlobalProvider {
|
|||||||
'native' => 'македонски'
|
'native' => 'македонски'
|
||||||
),
|
),
|
||||||
'mi_NZ' => array(
|
'mi_NZ' => array(
|
||||||
'name' => 'Māori',
|
'name' => 'te reo Māori',
|
||||||
'native' => 'Māori'
|
'native' => 'te reo Māori'
|
||||||
),
|
),
|
||||||
'ms_MY' => array(
|
'ms_MY' => array(
|
||||||
'name' => 'Malay',
|
'name' => 'Malay',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user