mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Comments
|
|
|
|
[![CI](https://github.com/silverstripe/silverstripe-comments/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-comments/actions/workflows/ci.yml)
|
|
|
|
## Introduction
|
|
|
|
This module provides commenting functionality for Pages and other DataObjects on your Silverstripe site.
|
|
|
|
For more documentation about the module see the provided documentation located inside the docs folder.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
composer require silverstripe/comments
|
|
```
|
|
|
|
## Related
|
|
|
|
* [silverstripe/comment-notifications](https://github.com/silverstripe/comment-notifications): Comment admin email notifications module
|
|
|
|
## Contributing
|
|
|
|
### Translations
|
|
|
|
Translations of the natural language strings are managed through a
|
|
third party translation interface, transifex.com.
|
|
Newly added strings will be periodically uploaded there for translation,
|
|
and any new translations will be merged back to the project source code.
|
|
|
|
Please use https://www.transifex.com/projects/p/silverstripe-comments/ to contribute translations,
|
|
rather than sending pull requests with YAML files.
|
|
|
|
See the ["i18n" topic](https://docs.silverstripe.org/en/developer_guides/i18n/) on docs.silverstripe.org for more details.
|