feat: add TRMNL custom Liquid filters

This commit is contained in:
Benjamin Nussbaum 2025-07-15 15:05:08 +02:00
parent 227f0e51c2
commit 895d126ab7
12 changed files with 519 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
return [
'today' => 'heute',
'tomorrow' => 'morgen',
'yesterday' => 'gestern',
];