lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

styling missing #35

Closed mbraidy closed 9 years ago

mbraidy commented 9 years ago

I installed the extension, however I am not getting the css to render properly. When I checked I found that bootstrap.css is missing.

Can you please help? Thank you

translatemanager

lajax commented 9 years ago

In the \lajax\translatemanager\bundles\TranslateManagerAsset, which is used by the TranslateManager, the 'yii\bootstrap\BootstrapAsset' is defined as a dependence. If you use custom layout, add as a dependence the 'yii\bootstrap\BootstrapAsset' bundle.

Could you send me the used TranslateManager config settings?

Best Regards, Lajos

mbraidy commented 9 years ago

ok, I fixed that. Thank you