Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devture/silex-localization-bundle
Silex bundle that helps with localization
https://github.com/devture/silex-localization-bundle
Last synced: 13 days ago
JSON representation
Silex bundle that helps with localization
- Host: GitHub
- URL: https://github.com/devture/silex-localization-bundle
- Owner: devture
- License: bsd-3-clause
- Created: 2013-12-29T11:20:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T07:07:37.000Z (almost 3 years ago)
- Last Synced: 2024-09-21T19:29:19.401Z (about 2 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Silex Localization Bundle
A [Silex](http://silex.sensiolabs.org/) bundle that provides localization support.
It's like the Silex TranslationServiceProvider, but:
- loads translations from JSON files
- extracts `{locale}` values from route paths
- makes the standard `$app['url_generator']` locale-aware: path()/url() calls maintain the {locale} value
- activates the [TranslationExtension](https://github.com/symfony/TwigBridge/blob/2.4/Extension/TranslationExtension.php) from the [Twig](http://twig.sensiolabs.org/) bridge
- provides some additional Twig helper functions