phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

Add custom translation and views #15

Closed ZAYEC77 closed 9 years ago

ZAYEC77 commented 9 years ago

How can I add a custom translation for this module?

arisk commented 9 years ago

Hi. You need to create the translation directory and file. Please see the messages directory for an example. If you like you can submit your translation as a pull request for others to use. For more details please see the Yii2 translation docs. http://www.yiiframework.com/doc-2.0/guide-tutorial-i18n.html

ZAYEC77 commented 9 years ago

@arisk, thanks. And what about overriding views?

arisk commented 9 years ago

You're welcome. You can override the views by using a custom theme or alternatively you can fork the project and add your own custom views.

ZAYEC77 commented 9 years ago

@arisk thank you