mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 16:32:43 +02:00
This implementation will de-couple the participant filter from core user to core so its easily usable to any api in core or any community plugin. This removes the dependency from the core_user and creates a nice api where it can produce filterable objects. Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By: Tomo Tsuyuki <tomotsuyuki@catalyst-au.net> AMOS BEGIN MOV [addcondition,core_user], [addcondition,core] MOV [adverbfor_and,core_user], [operator_and,core] MOV [adverbfor_andnot,core_user], [operator_andnot,core] MOV [adverbfor_or,core_user], [operator_or,core] MOV [applyfilters,core_user], [applyfilters,core] MOV [clearfilterrow,core_user], [clearfilterrow,core] MOV [clearfilters,core_user], [clearfilters,core] MOV [filtersetmatchdescription,core_user], [filtersetmatchdescription,core] MOV [filterrowlegend,core_user], [filterrowlegend,core] MOV [filtertype,core_user], [filtertype,core] MOV [match,core_user], [match,core] MOV [matchofthefollowing,core_user], [matchofthefollowing,core] MOV [placeholdertypeorselect,core_user], [placeholdertypeorselect,core] MOV [selectfiltertype,core_user], [selectfiltertype,core] AMOS END
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