Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

Dot replaced by underscore #31

Closed Benjaminpr closed 7 years ago

Benjaminpr commented 7 years ago

When submitting change on files where the key looks like "something.something.something", dots are replaced by underscores, giving something like "something_something_something"

lloy0076 commented 7 years ago

@Benjaminprost - but does this break anything?

lloy0076 commented 7 years ago

I'm going to assume this is expected behaviour and in the absence of a response to my question it doesn't break anything 😈