mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
e97c034922
They are now accessed via the Config API, and contain associative rather than indexed arrays. Before: `array('de_DE' => array('German', 'Deutsch'))`, after: `array('de_DE' => array('name' => 'German', 'native' => 'Deutsch'))`. Also fixed a i18n.js_i18n config accessor