-
Bug
-
Resolution: Fixed
-
Trivial
-
3.1.6, 3.2.0-dev
Should use UTF-8 variant in the language files?
For example...
language/en/app.php file.
'CONTROLLER_SERVICE_UNDEFINED' => 'The service for controller "<strong>%s</strong>" is not defined in ./config/services.yml.', |
));
|
Replace with:
'CONTROLLER_SERVICE_UNDEFINED' => 'The service for controller “<strong>%s</strong>” is not defined in ./config/services.yml.', |
));
|
Best regards.
- is duplicated by
-
PHPBB-14304 Update app.php
- Closed