Comment on page
Localization
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 modified 1yr ago