„lang/de.php“ ändern
This commit is contained in:
parent
a1eb74d0e2
commit
e70af2b978
|
|
@ -1,4 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'test' => 'Test!'
|
'test' => 'Test!',
|
||||||
|
'hello_world' => 'Hallo Welt!',
|
||||||
|
'ja' => 'Ja',
|
||||||
|
'nein' => 'Nein',
|
||||||
|
'vielleicht' => 'Vielleicht'
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue