Fixing the translations - MiguelFieira/AMO-HANDBOEK GitHub Wiki
Symfony is a PHP framework for web applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the popular PHP projects (including Drupal and Magento).
1. Go to confing/packages/translation.yaml
2. Replace the code with the following
framework:
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en3. Open your terminal and run the following code
php bin/console cache:clear4. Congrats! Your translations works as it should!
