getgrav / grav-theme-mediator

Mediator Grav Theme
https://getgrav.org
MIT License
14 stars 10 forks source link

Multilanguage support #12

Closed yaazkal closed 4 years ago

yaazkal commented 8 years ago

When you enable multilanguage support on Grav using the languages key in the configuration. Like

languages:
  supported:
    - es
    - en

in the user/config/system.yaml file. The logo and the author image dissapears because it's trying to get the image from a wrong url i.e. website.url/en/images/logo.jpg and the correct one must be website.url/images/logo.jpg

This commits fix the thing and I guess it adds multilanguage support to the theme.

Regards !

yaazkal commented 8 years ago

This fix the image issues described but is not an update for the theme to be fulled multilinguage.

Maybe with some time I can upload other changes like the languages.yaml file and the corresponding translations (English and Spanish). Testing locally right now.

Regards

NewRedsquare commented 4 years ago

This should be merged, it solved the issue !