test.php 66 Bytes
Newer Older
1 2 3 4 5
<?php
/**
 *
 */
return [
6
    'Hello world!' => 'Hallo Welt!',
AlexGx committed
7
];