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

https://github.com/symfony/loco-translation-provider

Symfony Loco Translation Provider Bridge
https://github.com/symfony/loco-translation-provider

component loco php provider symfony symfony-component translation

Last synced: 6 months ago
JSON representation

Symfony Loco Translation Provider Bridge

Awesome Lists containing this project

README

          

Loco Translation Provider
=========================

Provides Loco integration for Symfony Translation.

DSN example
-----------

```
// .env file
LOCO_DSN=loco://API_KEY@default?status=translated,blank-translation
```

where:
- `API_KEY` is your Loco project API key

**DSN query parameters**

- `status`: translations status, default to `translated,blank-translation`

[more information on Loco website](https://localise.biz/help/developers/api-keys)

Resources
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)