laravel-lang/native-currency-names
Laravel Lang Native Currency Names adds localized currency names in their native language for Laravel apps. Install via Composer and use it to display currency labels correctly across locales with easy integration and MIT licensing.
Adopt this package if:
Look elsewhere if:
moneyphp/money or brick/money for symbols.i18n-js or react-intl."This package solves a critical gap in our global expansion strategy by providing pre-translated, compliant currency names for 100+ locales—eliminating the need for manual translation work and reducing risks in regulated markets like the EU and Japan. For example:
"This lightweight Laravel package provides native currency name translations for 100+ locales with zero runtime overhead. Key benefits:
composer require laravel-lang/native-currency-names). Publish translations in one command (php artisan lang:publish).__() or trans()), so it works seamlessly with existing i18n workflows.$ with __('native-currency-names::currency.USD') in checkout flows.{{ __('native-currency-names::currency.' . $order->currency) }}).USD, not US).trans('...', [], 'ja', 'en'))."*"This package directly improves user trust and conversion by ensuring currency names match local expectations. For example:
number_format($amount, 2, ',', ' ') for Japanese users).@currency('USD')) for reusable components in checkout flows.How can I help you explore Laravel packages today?