Answer the question
In order to leave comments, you need to log in
How to transfer localization files to widget folders?
Good day.
What is: a translation file in the messages folder
protected/messages/en/MyWidget/category.php
Yii::t('MyWidget/category', 'some phrase');
protected/components/MyWidget/messages/en/category.php
Yii::t('MyWidget.category', 'some phrase');
Answer the question
In order to leave comments, you need to log in
It's strange why you decided to put the translations in the components folder, but it's up to you. The location of translation files can be set in the application config.
www.yiiframework.com/doc/guide/1.1/en/basics.appli...
www.yiiframework.com/doc/guide/1.1/en/basics.appli...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question