# Translations
# Symfony
You can set the Symfony translation domain for the package via the translation_domain configuration option (see
Configuration). You can also set the translation domain for individual EasyErrorHandler exceptions via the
exception's setDomain() method.
If you want to update the default package translations, copy the file
src/Bridge/Symfony/Resources/translations/EasyErrorHandlerBundle.en.php from the package to
translations/EasyErrorHandlerBundle.en.php in your project and edit the file as required.
# Laravel
If you want to update the default package translations, copy the file src/Bridge/Laravel/translations/en/messages.php
from the package to resources/lang/vendor/easy-error-handler/en/messages.php in your project and edit the file as
required.