|
24.
|
|
|
.. image:: images/administration/institution_saml_discovery.*
:alt: saml discovery
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
../source/shortcuts.rstext:453
|
|
25.
|
|
|
Command-line interfaces (CLI)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:9
|
|
26.
|
|
|
Command-line interfaces (CLI) allow advanced users to interact with Mahara through the command line or terminal rather than through a graphical interface. That can speed up certain actions or make them easier to execute.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:11
|
|
27.
|
|
|
|new in Mahara 17.04| Install and update language packs
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:20
|
|
28.
|
|
|
Typically, if you want to update a language pack, you need to download the entire language pack manually and place it into the appropriate folder. This is cumbersome, especially when you want to update the language packs during minor point updates.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:125
|
|
29.
|
|
|
Using CLI, you can speed up the process.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:127
|
|
30.
|
|
|
**Install or update language packs** for your instance of Mahara by listing the language codes.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:129
|
|
31.
|
|
|
Example (de = German, fr = French):
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:131
|
|
32.
|
|
|
``sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:133
|
|
33.
|
|
|
This will make a backup of the existing languages if they exist into the dataroot's ``langpacks_backup`` directory.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:135
|