Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunetics-org/localebundle
Locale Bundle for symfony
https://github.com/lunetics-org/localebundle
localization symfony symfony-bundle translation
Last synced: 6 days ago
JSON representation
Locale Bundle for symfony
- Host: GitHub
- URL: https://github.com/lunetics-org/localebundle
- Owner: lunetics-org
- License: mit
- Created: 2011-12-08T19:43:06.000Z (about 13 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-05-31T09:58:32.000Z (7 months ago)
- Last Synced: 2024-10-30T00:37:52.312Z (2 months ago)
- Topics: localization, symfony, symfony-bundle, translation
- Language: PHP
- Homepage:
- Size: 530 KB
- Stars: 187
- Watchers: 18
- Forks: 76
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuneticsLocaleBundle
This bundle allows you to guess the Locale from different parameters in your Symfony applications.
## BackgroundThe locale can be guessed from different parameters in your applications :
* In the `Query` parameter
* In the `Route` parameters
* In the `Browser` preferences
* In a `Cookie` or the `Session` if the locale has already been identified
* Based on the `Subdomain` hostname## Documentation
[Read the Documentation for 3.x](https://github.com/lunetics/LocaleBundle/blob/3.x/docs/index.markdown)
[Read the Documentation for 2.2](https://github.com/lunetics/LocaleBundle/blob/2.2/Resources/doc/index.markdown)
## License
This bundle is released under the MIT License
## Authors
Matthias Breddin : [@lunetics](https://github.com/lunetics)
Christophe Willemsen : [@kwattro](https://github.com/kwattro)