Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapt/i18n-bundle
https://github.com/leapt/i18n-bundle
bundle php symfony symfony-bundle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapt/i18n-bundle
- Owner: leapt
- Created: 2015-08-27T21:06:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T14:45:26.000Z (almost 7 years ago)
- Last Synced: 2024-03-26T00:38:31.548Z (8 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- 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 filtersDocumentation
-------------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.