riteshsingh1 / livewire-crud

Basic Crud Generator (With Code Files, like GII (YII2)) Using Laravel, Livewire and Tailwind CSS And Bootstrap
Other
29 stars 16 forks source link

Localization #3

Closed Mokei-it closed 3 years ago

Mokei-it commented 3 years ago

Thank you for sharing your useful package. I may help you adding localization. Are you interested in this feature?

For example the end of lines 115 and 116 of /src/Commands/LiveCrudView.php:

from ">Edit</a> ">Delete</a>

replace with ">{{ __('Edit') }}</a> ">{{ __('Delete') }}</a>

and then add the file /resources/lang/en.json containing: { "Edit": "Edit", "Delete": "Delete" }

riteshsingh1 commented 3 years ago

Sure, Please raise a PR For that.

riteshsingh1 commented 3 years ago

Fixed in v2.1.9