Difference between #1 and #2 of
I18n subdomains and url-rules

Revision #2 has been created by Y!! on Dec 18, 2009, 3:33:34 PM with the memo:

'class' => 'I18n'
« previous (#1) next (#3) »

Changes

Title unchanged

I18n subdomains and url-rules

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
<?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'),
),
),
[...]
7 0
17 followers
Viewed: 45 269 times
Version: 1.1
Category: Tutorials
Tags: i18n, URL
Written by: Y!!
Last updated by: atrandafir
Created on: Nov 7, 2009
Last updated: 13 years ago
Update Article

Revisions

View all history