https://github.com/concretecms/translate.concretecms.org
Translation of Concrete core, themes and add-ons.
https://github.com/concretecms/translate.concretecms.org
Last synced: about 1 year ago
JSON representation
Translation of Concrete core, themes and add-ons.
- Host: GitHub
- URL: https://github.com/concretecms/translate.concretecms.org
- Owner: concretecms
- Created: 2021-03-03T22:58:19.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-08T20:59:00.000Z (over 1 year ago)
- Last Synced: 2025-06-21T18:54:28.664Z (about 1 year ago)
- Language: PHP
- Size: 405 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# translate.concretecms.com
This repo contains the code for translation at concretecms.org.
## Installation Instructions.
1. Clone this repo.
2. Install dependencies by running `composer install`.
3. Install concrete5, making sure to select the `concrete_cms_translate` starting point. Here is an example of installation via the command line.
`concrete/bin/concrete5 c5:install -vvv --db-server=localhost --db-database=concrete_cms_translate --db-username=user --db-password=password --starting-point=concrete_cms_translate --admin-email=your@email.com --admin-password=password`
## Concrete CMS Auth package
The `concrete_cms_auth` package is a private package that is included during deploy via `.gitlab-ci.yml`. If this
package needs updating, be sure to also update the `composer.json` to include any dependencies `concrete_cms_auth` may
need.