|
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
|
|
21.
|
|
|
``sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -b=false``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:145
|
|
22.
|
|
|
**Restore a backup**: Use the ``-r=true`` flag
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:147
|
|
23.
|
|
|
``sudo -u www-data php admin/cli/sync_langpacks.php -l=de,fr -r=true``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:151
|