Closed Mokei-it closed 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>
">Edit</a>
">Delete</a>
replace with ">{{ __('Edit') }}</a> ">{{ __('Delete') }}</a>
">{{ __('Edit') }}</a>
">{{ __('Delete') }}</a>
and then add the file /resources/lang/en.json containing: { "Edit": "Edit", "Delete": "Delete" }
Sure, Please raise a PR For that.
Fixed in v2.1.9
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" }