Ecosyste.ms: Awesome
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: about 1 month 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 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:50:06.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:04:37.422Z (about 2 months ago)
- Topics: component, loco, php, provider, symfony, symfony-component, translation
- Language: PHP
- Homepage: https://symfony.com/translation
- Size: 98.6 KB
- Stars: 7
- Watchers: 4
- 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
```where:
- `API_KEY` is your Loco project API key[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)