I installed the yii-web-start extension, it uses a database for message translation, but I need use gettext instead.
Where and how can I configure YII-i18n?
I installed the yii-web-start extension, it uses a database for message translation, but I need use gettext instead.
Where and how can I configure YII-i18n?
You can set up i18n in your config (protected/config/main.php) with CGettextMessageSource to use gettext.
By default, you should store your .po-files under protected/messages.