Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
6c2215bb
Unverified
Commit
6c2215bb
authored
5 years ago
by
Eileen McNaughton
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #16224 from eileenmcnaughton/set
#495
Add some ts tags on settings
parents
0cd610f2
d7fbd134
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings/Localization.setting.php
+5
-6
5 additions, 6 deletions
settings/Localization.setting.php
with
5 additions
and
6 deletions
settings/Localization.setting.php
+
5
−
6
View file @
6c2215bb
...
...
@@ -459,7 +459,7 @@ return [
],
'default'
=>
'en_US'
,
'add'
=>
'4.3'
,
'title'
=>
'Default Language'
,
'title'
=>
ts
(
'Default Language'
)
,
'is_domain'
=>
1
,
'is_contact'
=>
0
,
'description'
=>
''
,
...
...
@@ -487,7 +487,7 @@ return [
'maxlength'
=>
'30'
,
],
'default'
=>
'Windows-1252'
,
'title'
=>
'Legacy Encoding'
,
'title'
=>
ts
(
'Legacy Encoding'
)
,
'description'
=>
'If import files are NOT encoded as UTF-8, specify an alternate character encoding for these files. The default of Windows-1252 will work for Excel-created .CSV files on many computers.'
,
],
'timeInputFormat'
=>
[
...
...
@@ -505,7 +505,7 @@ return [
'callback'
=>
'CRM_Core_SelectValues::getTimeFormats'
,
],
'default'
=>
'1'
,
'title'
=>
'Time Input Format'
,
'title'
=>
ts
(
'Time Input Format'
)
,
'description'
=>
''
,
'on_change'
=>
[
'CRM_Core_BAO_PreferencesDate::onChangeSetting'
,
...
...
@@ -523,10 +523,9 @@ return [
],
'default'
=>
'0'
,
'add'
=>
'4.7'
,
'title'
=>
'Week begins on'
,
'title'
=>
ts
(
'Week begins on'
)
,
'is_domain'
=>
1
,
'is_contact'
=>
0
,
'description'
=>
""
,
'help_text'
=>
NULL
,
],
'contact_default_language'
=>
[
...
...
@@ -547,7 +546,7 @@ return [
'title'
=>
'Default Language for contacts'
,
'is_domain'
=>
1
,
'is_contact'
=>
0
,
'description'
=>
'Default language (if any) for contact records'
,
'description'
=>
ts
(
'Default language (if any) for contact records'
)
,
'help_text'
=>
'If a contact is created with no language this setting will determine the language data (if any) to save.'
.
'You may or may not wish to make an assumption here about whether it matches the site language'
,
],
...
...
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