getgrav / grav-plugin-error

Grav Errors Plugin
https://getgrav.org
MIT License
4 stars 29 forks source link

"Page not Found" title in different languages #23

Closed Sogl closed 6 years ago

Sogl commented 8 years ago

Hello!

Today I found that in every language my title looks the same:

Page not Found — sitename

Maybe need to put +1 line to languages.yaml:

PLUGIN_ERROR:
    ERROR: "Error"
    ERROR_MESSAGE: "Woops. Looks like this page doesn't exist."
    ERROR_TITLE_404: "Page not found"

and correctly handle this?

rbukovansky commented 7 years ago

@Sogl @flaviocopes Hi, this should be resolved by PR #26 which I just submitted.