only english in block edit form?

Re: only english in block edit form?

by David Mudrák -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

Hi Andre,

correct - all Moodle code MUST define English strings first and then the translation. If a string is not defined in the English lang pack, it does not exist.

Just to fix, the correct order of the parameters is

get_string('somestring', 'block_blockname');

Cheers