0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 14:39:45 +00:00
salesagility_SuiteCRM/install/lang.config.php
2014-01-20 12:16:18 +00:00

9 lines
No EOL
134 B
PHP
Executable file

<?php
// ADDITIONAL LANGUAGES
$config['languages'] = array(
'es_es' => 'Español (ES)',
'ru_ru' => 'Русский (RU)'
);
?>