I18n subdomains and url-rules

Comparing #1 with #2

Revision #2 was created by Y!! Y!! on Dec 18, 2009, 3:33:34 PM.

'class' => 'I18n'

Content

[...]
<?php
...

'components' => array(
'i18n' => array(
    'class' => 'I18n',
 
'urlRulesPath' => dirname(__FILE__) . '/i18n/urlRules',
'supportedLanguages' => array(
array('code' => 'en', 'name' => 'english', 'fallback' => true),
array('code' => 'de', 'name' => 'german'),
),
),
[...]