algoritma/oro-dictionary-bundle
The AlgoritmaDictionaryBundle is an OroCommerce bundle designed to manage dictionaries and custom translations within the platform.
Languages supported:
Contribution are welcome!
To install the bundle, you can use Composer. Since the bundle is usually hosted in a private or local repository, ensure it is correctly configured in the main project's composer.json.
Run the following command from the project root:
composer require algoritma/oro-dictionary-bundle
The bundle is automatically registered via the Resources/config/oro/bundles.yml file. Ensure that OroCommerce correctly loads the configurations.
After installation, you need to clear the cache and reload the translations:
php bin/console cache:clear
php bin/console oro:translation:update --force
Currently, the bundle does not require additional configurations in config/parameters.yml or config/config.yml. All translations are automatically loaded by the OroCommerce translation system.
The bundle provides custom translations for various scopes (entities, messages, validations, etc.) in Italian (it_IT) and English (en).
Translation files are located in Resources/translations/. To add new translations, create or modify the existing YAML files following the Symfony/OroCommerce naming convention.
We are happy to receive contributions! To contribute to the project, follow these steps:
git checkout -b feature/new-feature).git push origin feature/new-feature).bin/console lint:yaml Resources/translationsThis project is distributed under the MIT license. See the composer.json file for more details.
Algoritma srl
How can I help you explore Laravel packages today?