laravel-pwa
laravel-pwa copied to clipboard
translate app name
This PR allows users to translate the app name
and short_name
. For example, the user can change this
'name' => 'My App Name'
to this
'name' => 'translationFileName.arrayKey'
In other words, the user can use Laravel's localization approach to develop multilingual PWAs.