An open API service indexing awesome lists of open source software.

https://github.com/pixel-open/sulu-accessibilitybundle

A Sulu Bundle for manage accessibility for a website
https://github.com/pixel-open/sulu-accessibilitybundle

Last synced: 10 months ago
JSON representation

A Sulu Bundle for manage accessibility for a website

Awesome Lists containing this project

README

          


Accessiblity for Sulu



A Sulu Bundle for manage accessibility for a website

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-green)](https://php.net/)
[![Minimum Sulu Version](https://img.shields.io/badge/sulu-%3E%3D%202.6-green)](https://symfony.com)
[![GitHub release](https://img.shields.io/github/v/release/Pixel-Open/sulu-plausiblebundle)](https://github.com/Pixel-Open/sulu-plausiblebundle/releases)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Pixel-Open_sulu-plausiblebundle&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Pixel-Open_sulu-plausiblebundle)

## 🚀 Installation

1. Install the bundle with composer
```bash
composer require pixelopen/sulu-accessibilitybundle
```

## 🏳️ Translations

The bundle includes full translation support:

### Supported Languages
- **English** (`admin.en.json`)
- **French** (`admin.fr.json`)

### Adding New Languages
To add support for additional languages, create new translation files:
```
src/Resources/translations/admin.{locale}.json
```