Localization
All table texts can be localized to your site's language using Craft's static message translation.
Create a tablecloth.php
file under translations/{lang}
and add your translation.
E.g: translations/de/tablecloth.php
return [
'No entries were found' => 'Es wurden keine Einträge gefunden'
]
Last updated