-
Notifications
You must be signed in to change notification settings - Fork 2k
Language: Make production error message translatable (replaces #6197) #6235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@kenjis once again with a new, cleaner PR! |
totoprayogo1916
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is "system/Language/en/Errors.php" the same as "app/Views/errors/html/production.php"?
ahh, crap! Copy/paste error - will fix it! |
pasted the the right content!
fix indentation
remove obsolete type="text/css" attribute
kenjis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you.
replaces #6197
With this pull request the error message in the file app/Views/errors/html/production.php can be translated.
Translation for error_404.php and error_exception.php will follow with a other PR