Hi,
I want to use i18n in my web application, and it doesn't work as it should (I guess), here is the code i'm using:
And the result is that it displays 'FUN' instead of 'cool'. I tried to debug, and it look for this file:
Why zii.php??? I correctly indicated 'types' right?
I want to use i18n in my web application, and it doesn't work as it should (I guess), here is the code i'm using:
Yii::t('types', 'FUN')
And the result is that it displays 'FUN' instead of 'cool'. I tried to debug, and it look for this file:
C:\ProgramData\wamp\www\CoolApp\protected\messages\fr\zii.php
Why zii.php??? I correctly indicated 'types' right?