mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2320 from jbridson/3.1
MINOR: ISSUE-19 CWP Accessibility fixes - Added macron to Māori toggle b...
This commit is contained in:
commit
b6b06945d0
@ -834,7 +834,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'native' => 'македонски'
|
||||
),
|
||||
'mi' => array(
|
||||
'name' => 'Maori',
|
||||
'name' => 'Māori',
|
||||
'native' => 'Māori'
|
||||
),
|
||||
'ms' => array(
|
||||
@ -1183,7 +1183,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'native' => 'македонски'
|
||||
),
|
||||
'mi_NZ' => array(
|
||||
'name' => 'Maori',
|
||||
'name' => 'Māori',
|
||||
'native' => 'Māori'
|
||||
),
|
||||
'ms_MY' => array(
|
||||
|
2
thirdparty/Zend/Locale/Data/Translation.php
vendored
2
thirdparty/Zend/Locale/Data/Translation.php
vendored
@ -109,7 +109,7 @@ class Zend_Locale_Data_Translation
|
||||
'Malayalam' => 'ml',
|
||||
'Maltese' => 'mt',
|
||||
'Manipuri' => 'mni',
|
||||
'Maori' => 'mi',
|
||||
'Māori' => 'mi',
|
||||
'Marathi' => 'mr',
|
||||
'Mongolian' => 'mn',
|
||||
'Nepali' => 'ne',
|
||||
|
Loading…
Reference in New Issue
Block a user