mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: ISSUE-19 CWP Accessibility fixes - Added macron to Māori toggle button for translations on the CWP demo site.
This commit is contained in:
parent
3510b60ab8
commit
cf75166d83
@ -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…
x
Reference in New Issue
Block a user