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.
- 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!
You can find the official documentation here.
Please see CHANGELOG for more information on what has changed recently.
Please see UPGRADING for detailed upgrade instructions.
Great! Please see the contributing guide in the documentation for details.
- Caching to reduce file lookups.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
- Stef Rouschop
- Jayenne Montana: For adding local country names and currency.
- Ronald Huijgen: Background vocals, choreography and funny business.
- All Contributors
The MIT License (MIT). Please see License File for more information.