mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
8 lines
101 B
PHP
8 lines
101 B
PHP
<?php
|
|
|
|
return [
|
|
'today' => 'heute',
|
|
'tomorrow' => 'morgen',
|
|
'yesterday' => 'gestern',
|
|
];
|