11 lines
118 B
PHP
Executable file
11 lines
118 B
PHP
Executable file
<?php
|
|
|
|
$lang = [
|
|
'metadata' => [
|
|
'language' => 'se',
|
|
'locale' => 'sv_SE',
|
|
'description' => ''
|
|
]
|
|
];
|
|
|
|
?>
|