mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-05 14:39:45 +00:00
9 lines
No EOL
134 B
PHP
Executable file
9 lines
No EOL
134 B
PHP
Executable file
<?php
|
|
|
|
// ADDITIONAL LANGUAGES
|
|
$config['languages'] = array(
|
|
'es_es' => 'Español (ES)',
|
|
'ru_ru' => 'Русский (RU)'
|
|
);
|
|
|
|
?>
|