„lang/de.php“ ändern

This commit is contained in:
Lexi / Zoe 2018-11-21 15:32:54 +01:00
parent a1eb74d0e2
commit e70af2b978
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
<?php
return [
'test' => 'Test!'
'test' => 'Test!',
'hello_world' => 'Hallo Welt!',
'ja' => 'Ja',
'nein' => 'Nein',
'vielleicht' => 'Vielleicht'
];