11 lines
No EOL
119 B
PHP
Executable file
11 lines
No EOL
119 B
PHP
Executable file
<?php
|
|
|
|
$lang = [
|
|
'metadata' => [
|
|
'language' => 'en',
|
|
'locale' => 'en_GB',
|
|
'description' => null
|
|
]
|
|
];
|
|
|
|
?>
|