conedevelopment / i18n

Push your Laravel translations to the front-end and use them easily with JavaScript.
https://pineco.de/using-laravels-localization-js/
MIT License
129 stars 21 forks source link

Allow files recursively and maintain structure #14

Closed luiscoutinh closed 4 years ago

luiscoutinh commented 4 years ago

{ file1.string1: "String 1.1", dir.file2.string1: "String 2.1" }

iamgergo commented 4 years ago

@luiscoutinh This is like this on purpose. The point is to follow Laravel's functionallity where we can. This is why we build nested objects instead of a flatten one.

But thanks for the PR and you time!