|
11.
|
|
|
Install and update language packs
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:123
|
|
12.
|
|
|
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
|
|
13.
|
|
|
Using CLI, you can speed up the process.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:127
|
|
14.
|
|
|
**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
|
|
15.
|
|
|
Example (de = German, fr = French):
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:131
|
|
16.
|
|
|
``sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:133
|
|
17.
|
|
|
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
|
|
18.
|
|
|
The language codes that are used are the official international ones used for the `Mahara language packs <https://langpacks.mahara.org/>`_.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:139
|
|
19.
|
|
|
**Don't make backups**: Add the ``-b=false`` flag
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:141
|
|
20.
|
|
|
Example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:143
../source/administration/cli.rst:149
|