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 translation key format #73

Closed MohmmedAshraf closed 9 months ago

MohmmedAshraf commented 9 months ago

This PR fixes #70 and allows spaces, numbers, underscores, and dots when adding a new key to the source translations language, for better support JSON language keys as well.