kenepa / translation-manager

Manage your application's translations in Filament.
MIT License
86 stars 27 forks source link

added support for folders #15

Closed ptrck0 closed 1 year ago

ptrck0 commented 1 year ago

Added support for folders by prepending them to the groupname with forward slashes.

For example: __('folder/object.test'); is not translated now, because folder is ignored and only 'object.test' is created as a translation.

musa11971 commented 1 year ago

Thanks! 😄