algoritma / oro-dictionary-bundle
Dictionary Bundle for OroCommerce
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/algoritma/oro-dictionary-bundle
Requires
- oro/platform: ^4.2 || ^5.0 || ^5.1 || ^6.0 || ^6.1 || ^7.0
This package is auto-updated.
Last update: 2026-02-17 08:44:00 UTC
README
The AlgoritmaDictionaryBundle is an OroCommerce bundle designed to manage dictionaries and custom translations within the platform.
Languages supported:
- Italian (it_IT)
Contribution are welcome!
Table of Contents
Installation
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.
1. Add the bundle via Composer
Run the following command from the project root:
composer require algoritma/oro-dictionary-bundle
2. Bundle Registration
The bundle is automatically registered via the Resources/config/oro/bundles.yml file. Ensure that OroCommerce correctly loads the configurations.
3. Update Cache and Translations
After installation, you need to clear the cache and reload the translations:
php bin/console cache:clear php bin/console oro:translation:update --force
Configuration
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.
Usage
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.
Contributing
We are happy to receive contributions! To contribute to the project, follow these steps:
- Fork the repository.
- Create a Branch for your feature or bugfix (
git checkout -b feature/new-feature). - Commit your changes using clear and descriptive messages.
- Push to the branch (
git push origin feature/new-feature). - Open a Pull Request.
Coding Standards
- Run
bin/console lint:yaml Resources/translations - Ensure that translations are consistent with the existing terminology in the project.
License
This project is distributed under the MIT license. See the composer.json file for more details.
Contacts
Algoritma srl
- Email: commerciale@algoritma.it
- Website: https://www.algoritma.it