mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 21:20:02 +01:00
- Course format may define additional fields (format options) to store for course and each section - Edit course form allows to edit format-specific options and refreshes their list on format change - Course format may provide it's own form for editing a section - Default form for editing section allows to edit all format-specific fields - Class section_info refactored, it defines magic methods such as __get() to access basic section information and format-specific options (retrieved only on the first request) - format_base::update_course_format_options() allows to watch pre-update state of the course, format_legacy automatically copies the options with the same names between formats
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team