MohmmedAshraf / laravel-translations

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management
MIT License
648 stars 91 forks source link

Fix Export Issue for Keys with Dots #58

Closed MohmmedAshraf closed 10 months ago

MohmmedAshraf commented 10 months ago

This pull request addresses the problem encountered during translation exports when keys have a dot at the end or multiple consecutive dots.

Closes #57