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