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
- Host: GitHub
- URL: https://github.com/symfony/loco-translation-provider
- Owner: symfony
- License: mit
- Created: 2021-05-20T12:57:40.000Z (over 4 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:52:53.000Z (11 months ago)
- Last Synced: 2025-04-03T00:07:18.435Z (6 months ago)
- Topics: component, loco, php, provider, symfony, symfony-component, translation
- Language: PHP
- Homepage: https://symfony.com/translation
- Size: 101 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)