mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Adding lang support within profile fields to make them selfcontained.
This commit is contained in:
parent
5789b52a35
commit
5e1cef5b04
1 changed files with 1 additions and 0 deletions
|
@ -4368,6 +4368,7 @@ function places_to_search_for_lang_strings() {
|
||||||
'quiz_' => array('mod/quiz/report'),
|
'quiz_' => array('mod/quiz/report'),
|
||||||
'report_' => array($CFG->admin.'/report', 'course/report'),
|
'report_' => array($CFG->admin.'/report', 'course/report'),
|
||||||
'resource_' => array('mod/resource/type'),
|
'resource_' => array('mod/resource/type'),
|
||||||
|
'profilefield_' => array('user/profile/field'),
|
||||||
'' => array('mod')
|
'' => array('mod')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue