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
..
2012-10-30 18:59:26 +01:00
2013-02-18 17:09:22 +13:00
2012-11-16 14:45:20 +13:00
2011-10-18 15:32:52 -07:00
2011-10-18 15:32:52 -07:00
2011-10-18 11:54:45 +02:00
2012-01-31 17:04:59 +01:00
2012-10-30 17:00:41 +01:00
2012-10-30 17:00:41 +01:00
2012-10-30 17:00:41 +01:00
2013-02-18 01:03:57 +01:00
2012-07-31 16:42:40 +12:00
2012-11-26 11:20:21 +13:00
2013-02-18 01:34:51 +01:00
2013-02-20 00:39:00 +01:00