Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Symfony Lokalise Translation Provider Bridge
- Host: GitHub
- URL: https://github.com/symfony/lokalise-translation-provider
- Owner: symfony
- License: mit
- Created: 2021-05-20T12:57:59.000Z (over 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:50:13.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:04:37.683Z (about 2 months ago)
- Topics: component, lokalise, php, provider, symfony, symfony-component, translation
- Language: PHP
- Homepage: https://symfony.com/translation
- Size: 78.1 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 keyGo 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)