laravel-pwa icon indicating copy to clipboard operation
laravel-pwa copied to clipboard

translate app name

Open Khuthaily opened this issue 2 years ago • 0 comments

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.

Khuthaily avatar Jan 03 '23 03:01 Khuthaily