rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.74k stars 329 forks source link

Translations removed? #228

Closed simonbuehler closed 3 years ago

simonbuehler commented 3 years ago

hi.

somehow the lang files are missing, or am i missing something?

rappasoft commented 3 years ago

Hi, there are no lang files in this one yet but all of the text is wrapped in lang helpers so you could make .json lang files from those keys. I don't have them listed out yet.

rappasoft commented 3 years ago

@bdelamatre do you see any problem doing translations with a json file over the traditional @lang('livewire-tables::lang.key') method that is still in the package dev docs. I like json files better, but I've never used them in a package.

rappasoft commented 3 years ago

Added a json file.

bdelamatre commented 3 years ago

I don't have a strong opinion.Thanks for checking though!