Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/poeditor-export.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ Following topics are short-cuts into the documentation for admin interface:

***

## Contributing

**Bug fixes:** open a pull request including a step-by-step description to reproduce the problem.
**Security vulnerabilities:** see the [security policy](https://github.com/open-dxp/opendxp/security/policy).

### Translations
Admin UI translations live in the [`translations/`](translations/) directory as YAML files.

- The English source file is `translations/admin.en.yaml`
- Each language has its own file, e.g. `admin.de.yaml`, `admin.fr.yaml`
- To improve an existing translation: edit the relevant file and open a pull request
- To add a new language: copy `admin.en.yaml`, rename it to `admin.<locale>.yaml`, translate the values, and open a pull request

---

## Upstream Origin & Version Transparency
This project is a fork of the [Pimcore admin-ui-classic-bundle (95b1838 / v1.7.15)](https://github.com/pimcore/admin-ui-classic-bundle/tree/95b18389ad0678361d64fbbb5a1ba8db0bb4b54e), which is © Pimcore GmbH and licensed under GPLv3.

Expand Down
Loading
Loading