https://github.com/leapt/i18n-bundle
https://github.com/leapt/i18n-bundle
bundle php symfony symfony-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapt/i18n-bundle
- Owner: leapt
- Created: 2015-08-27T21:06:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T14:45:26.000Z (over 8 years ago)
- Last Synced: 2025-08-17T19:48:55.716Z (11 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LeaptI18nBundle
===============
The LeaptI18nBundle provides a set of tools and helpers for multi-locale websites.
Features include:
- A @I18nRoute annotation to handle localized routes based on locale prefixes
- A few twig functions and filters
Documentation
-------------
The bulk of the documentation is stored in the `Resources/doc/index.md`
file in this bundle:
[Read the Documentation for master](https://github.com/leapt/i18n-bundle/blob/master/Resources/doc/index.md)
The Changelog is available here:
[Read the Changelog for master](https://github.com/leapt/i18n-bundle/blob/master/Resources/doc/changelog.md)
Installation
------------
All the installation instructions are located in [documentation](https://github.com/leapt/i18n-bundle/blob/master/Resources/doc/index.md).
License
-------
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
-----
LeaptI18nBundle is a fork of the SnowcapI18nBunde, a [Snowcap](https://github.com/snowcap) initiative.
Reporting an issue or a feature request
---------------------------------------
Issues and feature requests are tracked in the [Github issue tracker](https://github.com/leapt/i18n-bundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.