Download the PHP package algoritma/oro-dictionary-bundle without Composer
On this page you can find all versions of the php package algoritma/oro-dictionary-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download algoritma/oro-dictionary-bundle
More information about algoritma/oro-dictionary-bundle
Files in algoritma/oro-dictionary-bundle
Package oro-dictionary-bundle
Short Description Dictionary Bundle for OroCommerce
License MIT
Informations about the package oro-dictionary-bundle
Algoritma Dictionary Bundle
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
- Configuration
- Usage
- Contributing
- License
- Contacts
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:
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:
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: [email protected]
- Website: https://www.algoritma.it