Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
b4898cfa
Commit
b4898cfa
authored
12 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1919180
by vijaycs85, sandipmkhairnar: Create configuration schemas for locale module.
parent
ef9831fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/locale/config/schema/locale.schema.yml
+44
-0
44 additions, 0 deletions
core/modules/locale/config/schema/locale.schema.yml
with
44 additions
and
0 deletions
core/modules/locale/config/schema/locale.schema.yml
0 → 100644
+
44
−
0
View file @
b4898cfa
# Schema for the configuration files of the Locale module.
locale.settings
:
type
:
mapping
label
:
'
Translate
interface
settings'
mapping
:
cache_strings
:
type
:
boolean
label
:
'
Cache
strings'
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'
check_disabled_modules
:
type
:
boolean
label
:
'
Check
for
updates
of
disabled
modules
and
themes'
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment