Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Symfony Lokalise Translation Provider Bridge
https://github.com/symfony/lokalise-translation-provider

component lokalise php provider symfony symfony-component translation

Last synced: 4 days ago
JSON representation

Symfony Lokalise Translation Provider Bridge

Awesome Lists containing this project

README

        

Lokalise Translation Provider
=============================

Provides Lokalise integration for Symfony Translation.

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

```
// .env file
LOKALISE_DSN=lokalise://PROJECT_ID:API_KEY@default
```

where:
- `PROJECT_ID` is your Lokalise Project ID
- `API_KEY` is your Lokalise API key

Go to the Project Settings in Lokalise to find the Project ID.

[Generate an API key on Lokalise](https://app.lokalise.com/api2docs/curl/#resource-authentication)

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)