https://github.com/backdrop-ops/localize.backdropcms.org
Host translation files for Backdrop CMS.
https://github.com/backdrop-ops/localize.backdropcms.org
backdrop backdropcms
Last synced: about 1 month ago
JSON representation
Host translation files for Backdrop CMS.
- Host: GitHub
- URL: https://github.com/backdrop-ops/localize.backdropcms.org
- Owner: backdrop-ops
- Created: 2017-01-26T22:19:33.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-17T19:50:35.000Z (10 months ago)
- Last Synced: 2025-05-17T20:31:20.459Z (10 months ago)
- Topics: backdrop, backdropcms
- Language: PHP
- Size: 29.9 MB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BackdropCMS.org
This repository holds the codebase for
[localize.backdropcms.org](https://localize.backdropcms.org).
## Issues
This project contains an
[issue tracker](https://github.com/backdrop-ops/localize.backdropcms.org/issues)
specifically for localize.backdropcms.org. Please use this issue tracker when:
* filing bug reports
* requesting new features
* requesting content changes
## Pull Requests
You can help make improvements to backdropcms.org by submitting pull requests to
this repository.
Please do not create pull requests for content changes, instead please create an
issue requesting editorial access to the site.
## Patches
A list of currently applied patches are located in PATCHES.md
## Contributing
To contribute to the development of backdropcms.org, fork this repository into
your own GitHub account, then clone it to your local environment.
* Using [Lando](https://lando.dev/): use Lando to build a local copy of the site, then run the
following commands to get the latest sanitized database and files directory:
```
lando pull-db
lando pull-files
```
* [MAMP](https://mamp.info) is an alternative for Mac users.
See the `/config/README.md` file for instructions on setting up Backdrop's
config workflow.
See the `Updating BackdropCMS.org.md` file for instructions on updating Backdrop core.