Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4rthem/locale-bundle
https://github.com/4rthem/locale-bundle
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/4rthem/locale-bundle
- Owner: 4rthem
- Created: 2019-09-23T14:56:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T09:07:52.000Z (over 1 year ago)
- Last Synced: 2024-11-10T13:43:58.524Z (2 months ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArthemLocaleBundle
## Setup
Define the available languages of your app:
```yaml
# config/packages/arthem_locale.yamlarthem_locale:
locales:
- en
- fr
- fr_CA
```