ez-pro/core/bitrix/modules/translate/default_option.php
2025-11-13 19:04:05 +03:00

11 lines
296 B
PHP

<?php
$translate_default_option = array(
'INIT_FOLDERS' => '/bitrix/,/local/',
'BACKUP_FOLDER' => 'bitrix/backup/translate/',
'ONLY_ERRORS' => 'N',
'BUTTON_LANG_FILES' => 'N',
'BACKUP_FILES' => 'N',
'SORT_PHRASES' => 'Y',
'DONT_SORT_LANGUAGES' => 'ru',
'EXPORT_CSV_DELIMITER' => 'TZP',
);