core/sxd/lang/list.php

7 lines
111 B
PHP
Executable File

<?php
$langs = array (
'en' => 'English',
'ru' => 'Русский',
'uk' => 'Українська',
);
?>