Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Installation Guide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Documentation
Docs
Installation Guide
Commits
1c2c0fbd
Commit
1c2c0fbd
authored
2 years ago
by
homotechsual
Browse files
Options
Downloads
Patches
Plain Diff
Update i18n_l10n.md
parent
57c65d82
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/general/i18n_l10n.md
+23
-0
23 additions, 0 deletions
docs/general/i18n_l10n.md
with
23 additions
and
0 deletions
docs/general/i18n_l10n.md
+
23
−
0
View file @
1c2c0fbd
...
...
@@ -52,6 +52,13 @@ For example, for Spanish CiviCRM core:
```
sh
wget https://download.civicrm.org/civicrm-l10n-core/mo/es_ES/civicrm.mo
```
For the CDN Tax Receipts extension in Canadian French:
```
sh
wget https://download.civicrm.org/civicrm-l10n-extensions/mo/cdntaxreceipts/fr_CA/cdntaxreceipts.mo
```
## Storing translation files in another directory
...
...
@@ -70,3 +77,19 @@ To enable it:
```
sh
locale
-a
```
Debian/Ubuntu systems can enable locales by typing:
```
sh
dpkg-reconfigure locales
```
!!! note
The "UTF-8" variant of the locale must be enabled. For example: "fr_FR.UTF-8".
Apache or PHP-FPM must be restarted after adding a new locale. Finally, uncomment the following in civicrm.settings.php:
```
php
define
(
'CIVICRM_GETTEXT_NATIVE'
,
1
);
```
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