2013-03-17 16:31:44 +00:00
|
|
|
# Schema for the configuration files of the Locale module.
|
|
|
|
|
|
|
|
locale.settings:
|
2015-03-31 09:40:13 +00:00
|
|
|
type: config_object
|
2013-03-17 16:31:44 +00:00
|
|
|
label: 'Translate interface settings'
|
|
|
|
mapping:
|
|
|
|
cache_strings:
|
|
|
|
type: boolean
|
|
|
|
label: 'Cache strings'
|
2013-10-11 13:13:43 +00:00
|
|
|
translate_english:
|
|
|
|
type: boolean
|
|
|
|
label: 'Enable English translation'
|
2013-03-17 16:31:44 +00:00
|
|
|
javascript:
|
|
|
|
type: mapping
|
|
|
|
label: 'JavaScript settings'
|
|
|
|
mapping:
|
|
|
|
directory:
|
|
|
|
type: string
|
|
|
|
label: 'Translation directory'
|
|
|
|
translation:
|
|
|
|
type: mapping
|
|
|
|
label: 'Translation settings'
|
|
|
|
mapping:
|
|
|
|
use_source:
|
|
|
|
type: string
|
|
|
|
label: 'Translation source'
|
|
|
|
default_filename:
|
|
|
|
type: string
|
|
|
|
label: 'Default translation filename pattern'
|
|
|
|
default_server_pattern:
|
|
|
|
type: string
|
|
|
|
label: 'Default translation server pattern'
|
|
|
|
overwrite_customized:
|
|
|
|
type: boolean
|
|
|
|
label: 'Overwrite customized translations'
|
|
|
|
overwrite_not_customized:
|
|
|
|
type: boolean
|
|
|
|
label: 'Overwrite non customized translations'
|
|
|
|
update_interval_days:
|
|
|
|
type: integer
|
|
|
|
label: 'Check for updates'
|
|
|
|
path:
|
|
|
|
type: string
|
|
|
|
label: 'Interface translations directory'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
import_enabled:
|
|
|
|
type: boolean
|
|
|
|
label: 'Import enabled'
|