silverstripe-framework/docs/en
Ingo Schommer e97c034922 API i18n::$common_languages and i18n::$common_locales converted to Config API
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
2013-03-27 20:42:46 +01:00
..
_images Added docs for composer 2012-11-03 18:00:58 +13:00
changelogs API i18n::$common_languages and i18n::$common_locales converted to Config API 2013-03-27 20:42:46 +01:00
howto Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
installation API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
misc Merge pull request #1274 from simonwelsh/update-conventions 2013-03-20 03:56:45 -07:00
reference Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
topics Config docs improvement: @config and LSB mentions 2013-03-27 12:08:12 +01:00
tutorials API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
index.md Corrected a number of inbound links pointing to the documentation. 2012-10-09 14:53:47 +13:00