josiasmontag / laravel-localization

Laravel Localization Package
MIT License
21 stars 5 forks source link

Question about the config file #6

Closed arnissolle closed 5 years ago

arnissolle commented 5 years ago

Hey, what's the exact purpose of script key in the config file?

...
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB'],
...
josiasmontag commented 5 years ago

Nothing, the only used keys are name and domain. We should fix the README / example config.

arnissolle commented 5 years ago

Ok. Thanks 🙂