Craft Tablecloth
  • What is Tablecloth?
  • Installation
  • Table Definition
    • Data Source
    • Columns
    • Options
    • General Settings
    • Advanced
  • Table Rendering
    • Default Table
    • Templates
      • Table Templates
        • Cards Layout Example
      • Field Type Templates
      • Specific Field Templates
      • Child Rows
  • Programmatic Interaction
    • Interacting with The Table
    • Events
    • Methods
  • Localization
  • Contact Us
Powered by GitBook
On this page

Localization

PreviousMethodsNextContact Us

Last updated 3 years ago

All table texts can be localized to your site's language using .

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'
]
Craft's static message translation