Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key with '.' in it, creates nested key #81

Open
sebastiaanspeck opened this issue Oct 23, 2018 · 0 comments
Open

key with '.' in it, creates nested key #81

sebastiaanspeck opened this issue Oct 23, 2018 · 0 comments

Comments

@sebastiaanspeck
Copy link

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant