You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a key in a language-file with a . (e.a. 'No.' in it and run php artisan langman:sync and a language is missing that key, it doesn't add the key the same way but changes it to:
'No' => [
'' => '',
],
instead of
'No.' => '',
Steps to reproduce:
See description
The text was updated successfully, but these errors were encountered:
Laravel Version: 5.7.9
PHP Version: 7.1.19
Database Driver & Version: MySQL 5.7.23
Description:
When you have a key in a language-file with a
.
(e.a. 'No.' in it and runphp artisan langman:sync
and a language is missing that key, it doesn't add the key the same way but changes it to:instead of
Steps to reproduce:
See description
The text was updated successfully, but these errors were encountered: