caffeina-core / translation
Translation extensions for Caffeina Core
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:core-bundle
Requires
- php: >=5.4
- caffeina-core/core: *
This package is auto-updated.
Last update: 2024-10-16 21:37:55 UTC
README
Installation
Install via composer:
$ composer require caffeina-core/translation
Documentation
See the wiki.
Contributing
How to get involved:
- Star the project!
- Answer questions that come through GitHub issues
- Report a bug that you find
Core follows the GitFlow branching model. The master
branch always reflects a production-ready state while the latest development is taking place in the develop
branch.
Each time you want to work on a fix or a new feature, create a new branch based on the develop
branch: git checkout -b BRANCH_NAME develop
. Only pull requests to the develop
branch will be merged.
Pull requests are highly appreciated.
Solve a problem. Features are great, but even better is cleaning-up and fixing issues in the code that you discover.
Versioning
Core is maintained by using the Semantic Versioning Specification (SemVer).
Copyright and license
Copyright 20145 Caffeina srl under the MIT license.