Skip to content

Commit

Permalink
add german translations
Browse files Browse the repository at this point in the history
  • Loading branch information
OccTherapist committed Sep 3, 2024
1 parent 0ad2376 commit b58d3d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/lang/de/filament-tour.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

// translations for JibayMcs/FilamentTour
return [
'button' => [
cd 'previous' => 'Zurück',
'next' => 'Weiter',
'done' => 'Fertig',
],
];

0 comments on commit b58d3d4

Please sign in to comment.