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
This PR fixes the issue #79
The problem is with how laravel Prompt works. it does not work property with the integer keys as discussed here
https://github.com/laravel/prompts/issues/119
This PR fixes the issue #79 The problem is with how laravel Prompt works. it does not work property with the integer keys as discussed here https://github.com/laravel/prompts/issues/119
So we needed a work around which I added.