Awesome
LaravelLangCountry
TLDR;
Laravel has great localisation functionality, but it is all based on the locale. The locale only refers to a language, not a country. This package adds the ability to localize based on the country. Why? Mainly because dates dates can be pronounced the same in a language, but be formatted differently in different countries. The package also adds more convenience functions to get localized country names, currency symbols and more.
Have you ever...
- had the problem that you needed a date format had to be localized?
- needed to show a date in a specific language?
- that you needed to show a country name in the local language?
- that you needed to show a currency symbol in the local currency?
- ...
The Laravel LangCountry package is here to help you with just that!
Documentation
You can find the official documentation here.
Change log
Please see CHANGELOG for more information on what has changed recently.
Upgrading
Please see UPGRADING for detailed upgrade instructions.
Contributing
Great! Please see the contributing guide in the documentation for details.
ToDo
- Caching to reduce file lookups.
Security
If you discover any security related issues, please email github@rouschop.com instead of using the issue tracker.
Credits
- Stef Rouschop
- Jayenne Montana: For adding local country names and currency.
- Ronald Huijgen: Background vocals, choreography and funny business.
- All Contributors
License
The MIT License (MIT). Please see License File for more information.